InstallerContactSite Map

Command Syntax

/AddFile  <target_folder_path>
          <source_file_path>

Adds a file to the project.

Parameters:

  • <target_folder_path>
  • The target project folder.
  • <source_file_path>
  • The path of the source file.

Example:

AdvancedInstaller.com /edit MyProject.aip 
    /AddFile APPDIR C:\File.txt

For WinCE projects:

AdvancedInstaller.com /edit MyProject.aip 
    /AddFile %InstallDir% C:\File.txt