[WiX-users] how to localize WiX Bootstrapper UIs

2014-03-01 Thread Bin Yin
I cannot use WiX project I18n processhttp://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html to internationalize the ShareFileWixBootstrapper project. I've tried other

[WiX-users] if(language==en-US) logic?

2014-03-01 Thread Bin Yin
is there any logic in WiX as: if (OSLanguage==en-US) { copy file1 to dir1 } else if(OSLanguage==zh-CN) { copy file2 to dir2 } else if(OSLanguage==de-DE) { copy file3 to dir3 } else { copy file4 to dir4 }

[WiX-users] is it possible to localize license content

2014-03-01 Thread Bin Yin
I've find a related solution from http://stackoverflow.com/questions/3627633/is-it-possible-to-localize-eula-in-wix-using-wxl-file . It looks like we should create a replacement dialog to localize the license content. Is there any easier solution to localize the license content?

Re: [WiX-users] How to not copy a file in subsequent installations?

2014-03-01 Thread Phil Wilson
You'll need to describe a real problem here. Apparently with that first log the installation is successful, right? The fact that everything honks up when you deliberately omit a required Dll is not something I can help with. It's not realistic, and there are other ways to cause rollbacks that

Re: [WiX-users] How to not copy a file in subsequent installations?

2014-03-01 Thread faujong
Hm...When I clicked on the links here, I see line breaks 1. installSuccess.log is the file when the installation was successful (no missing DLL) http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7593031/installSuccess.log 2. installFailedToStartServiceRollback.log is the log