Re: [WiX-users] Custom rollback custom action...

2007-07-20 Thread Rob Hamflett
It sounds like maybe you've forgotten to get the CA to check the return code? Are you specifying [EMAIL PROTECTED]"check" ? Rob Rory Clark wrote: > 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. > A

[WiX-users] Custom rollback custom action...

2007-07-19 Thread Rory Clark
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