Sets the name of the package.

Installer software, free windows MSI creation tool
Home | Contact | Site Map |
Download Features Java Licensing Purchase Testimonials Support Forums FAQs
USER GUIDE

Set Package Name Command Option

Command 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 DefaultBuild

If 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
© 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved.