Callum Hibbert wrote:
> In my WiX script I was writing to "HKEY_CLASSES_ROOT" which 
> effectively wrote to the "HKCU/Software/Classes"

That means your product is set to install per-user. If you're writing 
per-machine data (such as HKLM), you should set the ALLUSERS property to 
1 to indicate you have a per-machine installation.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to