[WiX-users] Wix Localization based on the SystemLanguageID instead of the UserLanguageID

2014-09-26 Thread wanderb
Is it possible to configure the UI language using not locale, but the Windows UI language? Most of the examples use the locale configured, but what if they don't have the same value? Let's say I have ENGLISH as my Windows UI Language (SystemLanguageID = 1033)and my locale (Region)(UserLanguageID =

Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-07-17 Thread wanderb
I checked the source code of WIX 3.X, in the following file https://github.com/wixtoolset/wix3/blob/develop/src/burn/engine/registration.cpp if you look at the lines 725,726, it contains the following: // InstallLocation: provided by UI // TODO: need to figure out what InstallLocation

[WiX-users] Wix burn bootstrapper ARP values missing.

2014-07-09 Thread wanderb
Hi, I am currently validating the app using the Windows App kit certify. It looks like I have to get rid of a warning which says: Program fails due to missing install location. Native apps e.g. 32 and 64 bit must be installed to the %ProgramFiles% folder by default, note that 32 bit apps

Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-07-09 Thread wanderb
I am in the same situation. The last warning that you are mentioning, InstalLocation is missing, if you compare both entrance in the registry values HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID} and the one in