Skip to content

Program, Setup Execution

This page configures what happens after files are extracted — launch an application, open a document, or run an existing setup routine. The available options depend on the package type.

Launch Apps page in Paquet Builder

Specify a document or executable to open after the package closes (optional).

Enter the full path in the Program/Document Filename field. Examples:

ValueResult
%DESTPATH%\Readme.txtOpens the extracted readme in the default text editor
%DESTPATH%\MyApp.exeLaunches the extracted application
https://www.mycompany.comOpens the URL in the default browser

Final Screen checkbox

Standard Package only. Add a checkbox to the Final Screen letting the user decide whether to launch the specified file. Set the caption with the “Task Description” field. For more complex logic, use custom actions.

Run as un-elevated

Standard Package only. If the package runs with admin rights, the launched program inherits those rights. Enable this option to run it with standard user privileges instead.

Command-line switches

Pass parameters to the executed file. Variables referencing system or shell folders are supported.

Fixed temporary folder

Setup Routine only. Some setups (e.g. MSI) require files to stay in the same location. Enter a unique name (e.g. MyCompanySetupFiles) to always use the same temporary folder.

Setup Routine only. Enable this if the setup routine requires a reboot (e.g. for replacing files in use):

  • Files are extracted to a temporary folder and the setup is launched.
  • Temporary files remain until the next Windows restart.
  • An uninstaller silently removes the temporary files and folders at startup — this does not affect installed application files.