Should I Include HKCR (COM Registration) In My Package?
Should I Include HKCR (COM Registration) In My Package?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jaybee96
11 years ago
Posted by:
bkelly
22 years ago
All captured COM registration entries required for running the application should be included into your installation package.
Some COM objects do self-registration or settings customization at run time. This can happen when an MSI installation is being advertised and is first run by a normal user account. Due to access controls, this self-registration fails resulting in a failure. To solve this problem you must run the application under an administrative account for the first time and capture the incremental changes that may occur. The modified registry entries under HKCR should then be added to the installation.
Some COM objects do self-registration or settings customization at run time. This can happen when an MSI installation is being advertised and is first run by a normal user account. Due to access controls, this self-registration fails resulting in a failure. To solve this problem you must run the application under an administrative account for the first time and capture the incremental changes that may occur. The modified registry entries under HKCR should then be added to the installation.
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.