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

InstallShield setup.exe calls what process before it exits?


1 reply to this topic

julioprimo

julioprimo
  • Members
  • 1 posts

Posted 18 February 2002 - 20:02

Folks,

I am attempting to create an installation that silently installs several components.  I want to wait for each of these components to fully complete the installation before the next component installs.  The setup.exe returns almost immediately, however, and I have conluded that the setup.exe forks a new process before it exits.  This new process is what does the actual installation of the component.  Is there a way to call this process directly instead of having to go through the setup.exe?

Thanks-
-jp


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 18 February 2002 - 21:00

Sounds like the other install has been wrapped into a single executable.

If it's using PackageForTheWeb, check out this link:
http://www.swynk.com...405pkg.asp<p>If it's one using the Windows install try the switch /q:a for quiet admin. mode.