I've got a custom action written in C#. If something goes
awry in this action, I wish to abort the installation and
have my Rollback custom action called.
How do I do the aborting?
I've seen C++ examples that return ERROR_INSTALL_FAILURE
from an Install method that reurns an int.
However, the .NET Framework Install methods are void.
Thanks!
Kallely Sajan - 23 Aug 2003 00:01 GMT
Try using using the InstallException
--
Regards,
Sajan.
PS: Please don't send me direct emails, use the newsroom.
> I've got a custom action written in C#. If something goes
> awry in this action, I wish to abort the installation and
[quoted text clipped - 8 lines]
>
> Thanks!