Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Cancel installation from CA


2 replies to this topic

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 02 October 2004 - 15:21

Hello!
I need to cancel installation from CA.
How to implement it?
Perhaps, I need to raise a runtime error, which start installation rollback?
Sincerely your,
Anton Spitsyn
http://www.installsite.ru

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 October 2004 - 19:33

Help topic "Custom Action Return Values" lists the return codes that Windows Installer will recognize.

AntonS

AntonS
  • Full Members
  • 94 posts

Posted 04 October 2004 - 12:50

Sorry for newbie question:

I find explanation in this forum before, that value can be returned through CA, if
CA name coincide with function name:

http://forum.install...hl=return value

Thereby, am I right, when plan to use this:

CODE
' CustomAction

Private Function CustomAction

CustomAction = 0

End Function

Sincerely your,
Anton Spitsyn
http://www.installsite.ru