Skip to content

About Some Setup Software

When creating a Setup Routine package, the package extracts files to a temporary folder, launches the setup, and removes the temporary files when the setup finishes. Some third-party setup programs cause issues because they exit before the installation is actually complete.

Certain setup programs use a small bootstrap loader that initializes temporary files, launches the real installation, then exits immediately, even though the installation is still running. Paquet Builder sees the loader exit and removes the temporary files prematurely.

InstallShield setups use a loader that closes before the installation finishes.

Fix: Add the /SMS parameter to the Command Line Options field. This instructs the loader to wait until the installation routine completes before exiting.