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

Ignore exit code in Custom actions


1 reply to this topic

Sacato

Sacato
  • Members
  • 4 posts

Posted 31 July 2003 - 15:33

Hi everybody,

I have an installation setup. During the installation I show a custom action (exe). The custom action is a form in which the user have to select differents directories. It works well, but now I want to show this form with two buttons. With the first button the user indicates that it have selected the directories and want to continue with the installation. With the second the user indicates to cancel the installation. I don' t know what exit code I have to return from the Form to the installation (Ignore exit code) to cancel the installation.

Anybody can help me?

Thanks

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 01 August 2003 - 10:00

The CA should return ERROR_SUCCESS when everything is OK and the install should continue, and ERROR_INSTALL_USEREXIT when the user wants to terminate the installation.