Set Package Name Command OptionCommand Syntax:
/SetPackageName <file_path>
[-buildname <build_name>]
[-withjre]This command will set the name of the package. To specify the
path of the package containing the bundled jre just use the -withjre
option. Parameters - [-buildname <build_name>] - The package name will be
set for this build.
- [-withjre] - This switch is deprecated and exists only for
backwards compatibility. You should use the -buildname switch to
specify the build with JRE.
Example:
AdvancedInstaller.com /edit MyProject.aip /SetPackageName MyPackage.msi -buildname DefaultBuildIf the project uses an EXE bootstrapper, the
/SetPackageName command can set its name. The command
which sets the bootstrapper name looks like this:
AdvancedInstaller.com /edit MyProject.aip /SetPackageName MyPackage.exe -buildname DefaultBuild |