Yu, Brian wrote:
> HKCU
> Operation occurs under HKEY_CURRENT_USER. It is recommended to set the
> KeyPath='yes' attribute when setting this value in order to ensure that
> the installer writes the necessary registry entries when there are
> multiple users on the same computer.
>
> Does it mean if I have 1 component for 1 registry element, then I can
> set KeyPath="yes" at the component level to make it write registries for
> all users?
>   

No, it means that a repair of such a component, when run by a user, will 
write that user's values. MSI doesn't write to all users' per-user 
locations because it's sometimes impossible, such as when users have 
roaming profiles.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to