Search found 1 match

Go to advanced search

by Kuz
Sun Apr 26, 2009 12:13 am
Forum: Common Problems
Topic: .NET Install Custom Action - Rollback?
Replies: 11
Views: 12086
 
Jump to post

Re: .NET Install Custom Action - Rollback?

You could also just try throwing an InstallException from the Install override.
Throwing an InstallException should cause the installation to rollback automatically...

ie.
Throw New InstallException("Boom!")

Go to advanced search