[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 =
1031) is Germany.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Localization-based-on-the-SystemLanguageID-instead-of-the-UserLanguageID-tp7597024.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 means in a chainer.
smile/

InstallLocaton is the parameter in the bundle for Wow6432 registry value in
the x64 Architecture.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7595947.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 installing on x64 versions of
Windows must be stored under %ProgramFiles(x86)%. Storing program files in
another folder can cause access and security problems for the user. 

I have 2 separated wix files for 32 and 64 bts, where I specify  Directory
Id=ProgramFilesFolder  and  Directory Id=ProgramFiles64Folder 
respectively. 

I have been investigating the root of the problem; and in the WoW6432node
register on a x64 machine the registry values are missing. 
I am wondering if there is anybody facing/has faced the same problem before?
or if there is a way to know how Wix Burn is adding an ARP entry in the
WoW6432node registry value?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-burn-bootstrapper-ARP-values-missing-tp7595741.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID},
both are different, and the one in the Wow6432 directory has a parameter
InstallLocation which I guess is empty. I am currently trying to work
something out, trying to pass the InstallLocation from the bootrstrapper to
avoid the warning.
Let me know if you did remove the warning.
Cheers.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7595745.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users