Is ActiveSetup needed for HKCU registry entry deployment?
hi is it necessary to create active set up if app owner wants to enter the HKCU registry entries? because i am working on one application recently. all registry entries are showing to me but for end users it is not
Answers (4)
This should be helpful.
http://www.itninja.com/question/self-heal-for-install-shield-msi
Check post by jmcfadyen
Are you installing the application as Administrator user and checking the HKCU entries for the same user?
Are there any advertised shortcut in your package?
Is it vendor msi or captured?
Comments:
-
it is vendor msi...i am loging under anothr user and checking hkcu entries. there is no desktop shortcut only appears in start menu - shilesh1982 12 years ago
To answer your question. Yes Active Setup is required to setup users setting if appliction doesnot contain any entry point.
Entry point can be a COM entry passed via relevent COM table or an Advertised shortcut.
If your application doesnot contain any of the above, and it contains user related configuration that you must perform for every user who loggs in than you must implement ActiveSetup.
Vendor MSI with advertised shortcut may also require ActiveSetup if, user configuration resources and Advertised shortcuts belong to seperate features.