| InstallerContactSite Map |
Advanced Installer User Guide | |||
Set Package Name Command Option |
| Command Syntax
/SetPackageName <file_path>
{ [-buildname <build_name>] | [-configuration <configuration_name>] }
[-withjre]This command will set the package name. To specify the path of the package containing the bundled jre just use the -withjre option. Parameters:
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 DefaultBuildIf the project is WinCE project the /SetPackageName command looks like this:
AdvancedInstaller.com /edit MyProject.aip
/SetPackageName MyPackage.cab -configuration Default |
