Add Temporary Folder Command Option

Adds a temporary folder to the project.

Command Syntax

/AddTempFolder  <source_folder_path>
          [-cond <condition>]
          [-dontRemoveAtSetupEnd]

Parameters:

  • <source_folder_path>
  • The source folder's path.
  • [-cond <condition>]
  • This conditions the file's extraction and removal for all the files from within the source folder.
  • [-dontRemoveAtSetupEnd]
  • Mark all the files from within the source folder not to be removed at the end of the installation.

NoteIf at least one file from the source folder already exists in the project as a temporary file, the command will do nothing.

Example:

AdvancedInstaller.com /edit MyProject.aip /AddTempFolder C:\Folder