Ramesh Soni
Ramesh Soni

Reputation: 16077

How to Forcefully Rollback a Setup from Custom Actions?

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

Answers (1)

Vaibhav
Vaibhav

Reputation: 11436

Here are two resources (which will answer your question):

Upvotes: 1

Related Questions