Set Output Location per Build

Command Syntax

/SetOutputLocation -buildname <build_name> -path <output_path>

This command allows you to specify a different output location for every build contained in your project. The specified output folder can have any name and can be created anywhere on the machine.

TipBy default, every build will be generated in a new folder next to the project AIP file. This folder will share the name with the project AIP file.

Parameters:

  • -buildname <build_name>
  • Specify the build for which you will change the output location.
  • -path <output_path>
  • Specify the output folder for the selected build.

Example:

AdvancedInstaller.com /edit D:\MyProject.aip
/SetOutputLocation -buildname DefaultBuild -path D:\MyProjectNewFolder