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

Return value of an exe


1 reply to this topic

BRY

BRY
  • Members
  • 44 posts

Posted 30 August 2002 - 09:12

Hi there,

Can anyone tell me how to get the return value of an exe that I need to run during my installation?

If I use LaunchAppAndWait, then all I get is the success of that function, not the actual value that the exe I am calling returns. I need to get the return value of the exe to use in subsequent dialogs.

Can anyone help?
Bryan Dickson
[br]Senior Software Engineer
[br]Fugro-UDI Limited

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 30 August 2002 - 15:35

You could use the LaunchAppEx script available here on InstallSite (under InstallScript Samples -> External programs and Shell), or create a DLL.