vote up 0 vote down star

I need to run a custom action during uninstallation of a ManagedCode which is a part of the installation (Before it is removed in the uninstall process) Is it possible in Install Shield 2009?

flag

2 Answers

vote up 2 vote down

Yes you can run a ManagedCode custom action as part of the uninstall. You just need to sequences it in the Install Exec Sequence with a condition of REMOVE="ALL". InstallShield is just a wrapper around Microsoft's MSI technology, so many times it is best to go the MSDN for help understanding what you want to do. For example this entry should help you schedule your action, http://msdn.microsoft.com/en-us/library/aa371626(VS.85).aspx

link|flag
vote up 0 vote down

At least in my IntallShield Express 11 I can have Custom Actions in Uninstall in several different places.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.