Robert O'Brien wrote:

I have the following component contained registry key & value settings defined. When I execute an msi with this setting in place on w03 or w08 x64 installs instead of the key and values being written out to HKLM\Software\Wow6432Node\... they keep getting provisioned under HKLM\Software\...

Check a verbose log; you'll likely see "substitution" messages. Only 64-bit components can write to Wow6432Node so MSI redirects them for 32-bit components.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to