Resources

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 %TempLaunchFolder% session 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: %TempLaunchFolder%\Checker.exe

To access the Primer Files dialog, choose Resources > Primer Files... from the program menu.

 


Files to extract to %TempLaunchFolder% when the setup starts:

Filename

The full path and filenames of all primer files currently added to the project.

Build Configurations

The build configurations that each file is a part of.

Delete On Exit

Whether each file will be deleted when the install exits. If True is shown, the file will be deleted and if False is shown, the file will be left on the user's system.

Used By Uninstall

Whether each file will be used by the uninstall program.

Add

Opens the Primer File Properties dialog where you can add a new primer file to the setup.

Remove

Remove the currently selected primer file from the setup.

Edit

Opens the Primer File Properties dialog where you can edit the properties of the currently selected primer file.