J
Joe Cool
I am using C# with VS2008.
I have an app that uses a Custom Action Install and Uninstall actions
to create and optionally delete some config files.
The Setup project properties specify to remove previous versions if
they exist.
If I manually uninstall the app from the control panel, the Custom
Action Uninstall is invoked.
If the setup automatically removes the previous version, the Custom
Action Uninstall is NOT invoked.
How come?
I have an app that uses a Custom Action Install and Uninstall actions
to create and optionally delete some config files.
The Setup project properties specify to remove previous versions if
they exist.
If I manually uninstall the app from the control panel, the Custom
Action Uninstall is invoked.
If the setup automatically removes the previous version, the Custom
Action Uninstall is NOT invoked.
How come?