On 30/06/2011 18:01, David Watson wrote:
> Its also worth noting that Microsoft say it is bad form to actually write to
> HKCR directly (its behaviour depends on the environment) so for per machine
> installs you should install to HKLM\Software\Classes and
> HKCU\Software\Classes for per user installs.
>
> http://msdn.microsoft.com/en-us/library/ms724475(VS.85).aspx

This was news to me, so I followed the link and did some poking around.  
According to docs for the 
Registry table (http://msdn.microsoft.com/en-us/library/aa371168), this is 
taken care of for us.  If 
the root is given as HKEY_CLASSES_ROOT then Windows Installer writes to either 
HKCU\Software\Classes 
or HKLM\Software\Classes, depending on whether it's a per-user or per-machine 
install.

Rob


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to