I have a custom action that makes configuration changes. I want to
modify it so that if it fails it can rollback the install or uninstall.
At first, it didn't return a value, so I modified it to return
MsiError.InstallFailure.
 
That didn't work. Nope, it was installed.
 
So, I had it re-throw the exception it caught.
 
Still it was installed.
 
How do I make the install stop and roll back the changes?
 
Thanks!
Rory
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to