Ahn Ahn Liu wrote:

I attached procmon to see what the actual changes were to the registry and the big difference is that the generated msi installs not to HKCR but HKCU/Software Classes. This is documented as the correct behavior in http://wix.sourceforge.net/manual-wix2/wix_xsd_registry.htm. However, could this be the problem?


The registration goes to HKCU because when you don't set ALLUSERS, MSI defaults to a per-user install. Many apps don't want per-user COM registration. Try setting the ALLUSERS property to 1 to force a per-machine install.

--
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