Command Reference

Primer Files

The Primer Files tab is where you can edit the list of primer files that will be included in the setup executable. The files in this list will be extracted from the setup executable before the installation process begins so they can be used at the very start of the installation process, right after the user runs the setup executable.

Any files listed in the Primer files list will be extracted immediately to the setup executable's temporary directory when the setup begins. You can access these files by using the %TempLaunchDir% built-in variable.

For example, if you added "C:\My Program\Checker.exe" to the Primer files list, you could access the Checker.exe program at the beginning of the installation by using the following path: %TempLaunchDir%\Checker.exe

 

See Also: Built-in Variables, Primer Files