Reputation: 16077
I am creating a installer in .NET and using custom actions for controlling installation. Now there is certain conditions which I need to check and based on those I have to continue install OR rollback the installation.
How can I forcefully rollback the Setup from custom actions?
Upvotes: 2
Views: 2052
Reputation: 11436
Here are two resources (which will answer your question):
Upvotes: 1