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

Install Return Values


1 reply to this topic

PDRN

PDRN
  • Full Members
  • 22 posts

Posted 16 January 2002 - 17:44

My install gets launched by a product that manages software, and the Reboot dialog that comes up belongs to this management software. Now... in order to bring it up the install must return a value of 1 or a value of 0 to not bring it up. I know the management software works fine, but the return code doesnt seem to be being returned by the install. I put return 1; as the last line of my onend; handler.  but the reboot dlg isnt coming up.   What am i doing wrong ???  Any ideas ?

thanks guys.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 January 2002 - 23:39

AFAIK InstallShield's setup.exe returns random numbers. You cannot return a specific value. You would have to encapsulate it with a custom exe.