Hi, 
 
I am trying to set a registry key in HKCU area and have that registry key 
applied to 
all users on the PC and new accounts created on the PC. I have created a 
component with 
the registry key and set the KeyPath='yes', but it only applies to the current 
user. 
When I logon as the second user I don't see it. 
 
Any help is appreciated. 
 
Code is as follows: 
 
<Component Id='CMP001' Guid='914A4D42-ED38-11DB-8FEC-33B455D89593' > 
  <Registry Id='REG001' Root='HKCU' Action='write' Key='Software\Test' 
KeyPath='yes' 
Type='string' Name='LocalAppPath' Value='C:\apppath' /> 
</Component> 
 
Thanks, 

 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to