You can't write to every user's profile.  You can however write to the AllUsers 
profile and all users will inherit that if you create a per-machine install 
(see the ALLUSERS Property in the MSI SDK).

From: Brian Patton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 20, 2006 17:59
To: Rob Mensching
Cc: [email protected]
Subject: How can I write a registry key in each user's HKCU

Specifically, I'm looking to add a key to HKCU\Software\Microsoft\Internet 
Explorer\MenuExt\ for each user.

I've tried writing to HKU\.DEFAULT\Software\Microsoft\Internet 
Explorer\MenuExt\ but this seems to work only for S-1-5-18 (which must be the 
default user).

I'm thinking something like:
  for each key under HKU that doesn't end in '_Classes'
    write a new key into HKU\{currentkey}\Software\Microsoft\Internet 
Explorer\MenuExt\

Is there any way to iterate through {currentkey} using WiX/MSI?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to