views:

510

answers:

1

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?

+1  A: 

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

Vaibhav