Resources

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

Any files listed in the Primer files list will be extracted immediately to the patch executable's temporary directory when the patch 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 patch by using the following path: %TempLaunchFolder%\Checker.exe

To access the Primer Files dialog, choose Project > Resources... from the program menu and select the Primer Files tab.

 


Files to extract to %TempLaunchFolder% when the patch 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 patch 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.

Add

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

Remove

Remove the currently selected primer file from the patch.

Edit

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