Re: [WiX-users] WiX 3.6: How do I consolidate languages?

2013-07-09 Thread Blair Murri
Not certain (is that the system's language, the user's selected language, or the threads current language setting?) since it has been a long time since I've used InstallShield's scripting but if it is the system's then start with this page: http://msdn.microsoft.com/library/system.globalization

[WiX-users] WiX 3.6: How do I consolidate languages?

2013-07-09 Thread Wang, Miaohsi
Dear all, I am converting an InstallShield project to WiX 3.6. The script below is executed in the InstallShield installer and I am having the problem of duplicating this in my C# WiX custom action. One WiX property related to this issue that I found from googling is SystemLanguageID, and that'

Re: [WiX-users] [WIX-users] Patch in Wix 3.6 is empty. warning PYRO1079: The cabinet '***.cab' does not contain any files

2013-07-09 Thread Blair Murri
The code in 3.5 was buggy. I don't remember the specific issue anymore but it was either false positives or false negatives on difference detection. I don't recommend using it for patch building. In theory it is possible to support non-delta patches with just the table data/metadata and not file

Re: [WiX-users] [WIX-users] Patch in Wix 3.6 is empty. warning PYRO1079: The cabinet '***.cab' does not contain any files

2013-07-09 Thread Kryschan
Hello Bob, Bob Arnson-6 wrote > Then please file a bug with sufficient detail to reproduce the problem. There is already a bug filed: https://sourceforge.net/p/wix/bugs/3244/ Unfortunately it was marked as "expected behavior" although this scenario was working in v3.5 and is not working any mor