HKCU settings for all users
Hello,
How to author a windows installer package which installs hkcu registry entries to multiple users logging on to the same PC?
I tried using registry table along with component table attribute set to RegistryKeyPath and it updates the default user in HKU. This is not helpful since default profile is only used on first login and users may have already profile created.
I know Active setup or Advertised shortcut could be used...But wondering if there is some other way through msi database?
Thanks!
Answers (4)
simple answer is no if you want msi-database specific options, except to mention that not only shortcuts can be advertised. For an overview read my blog on the topic: http://www.itninja.com/blog/view/a-general-approach-to-software-packaging-propagating-user-settings
I know Active setup or Advertised shortcut could be used...But wondering if there is some other way through msi database?
simple answer is no if you want msi-database specific options, except to mention that not only shortcuts can be advertised. For an overview read my blog on the topic: http://www.itninja.com/blog/view/a-general-approach-to-software-packaging-propagating-user-settings
ActiveSeutp and Advertised shortcuts are the inbuilt mechanisms within an MSI to populate these keys - why would you want to invest time and effort in producing some other method that isn't going to be as reliable?
Comments:
-
Yea, it takes time but I was just curious to learn if there is something out there :) - SnowLyric 12 years ago