Adding HKCU Entries to MSI (Active Setup)
Hi All,
I have a program which stores the serial number in the HKCU hive of the registry. This has been captured in WinInstall but doesn't actually add it to the registry when the MSI is installed.
I have read that you can use 2 methods to correct this:-
1) Active Setup
2) Self-Healing
I have had a go with the 'Active Setup' method but when a user logs on to a computer, it runs a mini installation (presumably when it copies the HKCU entries into the relevant places). This isn't really an option for us (I don't want a progress bar to appear everytime someone logs onto a computer!!).
So, how would I go about the Self-Healing method? Is this method generally better than the Active Setup method? And finally, is there another way of adding HKCU entries to the registry via an MSI?
Thanks
Nick
I have a program which stores the serial number in the HKCU hive of the registry. This has been captured in WinInstall but doesn't actually add it to the registry when the MSI is installed.
I have read that you can use 2 methods to correct this:-
1) Active Setup
2) Self-Healing
I have had a go with the 'Active Setup' method but when a user logs on to a computer, it runs a mini installation (presumably when it copies the HKCU entries into the relevant places). This isn't really an option for us (I don't want a progress bar to appear everytime someone logs onto a computer!!).
So, how would I go about the Self-Healing method? Is this method generally better than the Active Setup method? And finally, is there another way of adding HKCU entries to the registry via an MSI?
Thanks
Nick
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
knight
18 years ago
Posted by:
turbokitty
18 years ago
Posted by:
nick3young
18 years ago
Thanks for the replies guys,
I assume 'Reg Import' works much the same way as importing a registry fragment during a log-on script? Does this actually kick into action during logging on or is it when you run the program?
Failing this method, it would be handy to have my tried method running silently (though, from first impressions, I think it will slow initial log-ons down quite drastically).
Cheers
I assume 'Reg Import' works much the same way as importing a registry fragment during a log-on script? Does this actually kick into action during logging on or is it when you run the program?
Failing this method, it would be handy to have my tried method running silently (though, from first impressions, I think it will slow initial log-ons down quite drastically).
Cheers
Posted by:
AngelD
18 years ago
Posted by:
Bankeralle
18 years ago
Posted by:
AngelD
18 years ago
Posted by:
Bankeralle
18 years ago
Posted by:
danr29
18 years ago
[link=http://itninja.com/question/distribution-message21][link=http://www.ewall.org/index.php?module=ContentExpress&func=print&ceid=23]
Using the techniques in these articles you can actually have self-healing run the first time the application is launched (double clicking a shortcut) rather than when the user logs on for the first time after the application is installed.
Using the techniques in these articles you can actually have self-healing run the first time the application is launched (double clicking a shortcut) rather than when the user logs on for the first time after the application is installed.
Posted by:
nick3young
18 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.