Leave registry settings
I have created an MSI that installs some updates and changes the registry, i would like the registry settings to remain even if i uninstall the msi package...how would i do this
Thanks
Steve
Thanks
Steve
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
MSIMaker
18 years ago
stevef1,
Place the registry keys in their own component and set the component to "Leave Installed On Uninstall".
You can do this by right clicking on the component and selecting Details and tick the box.
If your reg keys are in another component then create a new component and slide them into it.
Hope that helps you :)
Place the registry keys in their own component and set the component to "Leave Installed On Uninstall".
You can do this by right clicking on the component and selecting Details and tick the box.
If your reg keys are in another component then create a new component and slide them into it.
Hope that helps you :)
Posted by:
turbokitty
18 years ago
Posted by:
MSIMaker
18 years ago
Posted by:
AngelD
18 years ago
And if you're not using any of the above you could use ORCA.
To manage this:
go to the component table
find your component holding the registry you want to be left alone during uninstall
change the attribute from 4 (msidbComponentAttributesRegistryKeyPath) to 20 (msidbComponentAttributesRegistryKeyPath+msidbComponentAttributesPermanent)
To manage this:
go to the component table
find your component holding the registry you want to be left alone during uninstall
change the attribute from 4 (msidbComponentAttributesRegistryKeyPath) to 20 (msidbComponentAttributesRegistryKeyPath+msidbComponentAttributesPermanent)
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.