Damitha Bogahawatta wrote: > > 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.
AFAIK this is impossible. You might be able to get it in the default registry for new users (although I'm not sure this is a good idea) but you can't access other users directly. Put the key in HKLM and have your application copy the data it needs to HKCU when it's run by the user. Tony ------------------------------------------------------------------------- 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