Reputation:
I want to stop my installer in progress programmatically through my installer class. I want to do this in before install event handler.However when I call Rollback(),I do not know the IDictionary SavedState to pass as parameter.I am passing it as null due to which the rollback is throwing an exception.Does anyone know how to halt the installer from running programmatically?.
Upvotes: 1
Views: 205