Windows Installer Editor Reference
207
Organizing Your Installation Into Releases
z
x64 edition
z
Itanium edition
See
Creating Multiple, Platform-Specific Installations from One Project File
on page 75.
Working With the Releases Page
Use the following buttons:
z
Details
Edit a release.
z
Add
Add a new release.
See
Creating a New Release
.
z
Delete
Delete a release. At least one release is required; if the installation only has one
release, you cannot delete it.
z
Compile
Compile a specific release without compiling the entire installation. Select one or
more releases and click the Compile button at the right of the Releases page.
The Compile button at the bottom of the main window compiles the entire
installation. (In Visual Studio: use commands on the Build menu.)
See
Compiling An Installation
on page 97.
You can edit various aspects of each release on the other pages in the Release Definition
page group.
Creating a New Release
Note
This page is fully enabled in a .WSI only. In an .MSI or .MST, you cannot add or delete.
To create a new release
1. Select Installation Expert > Releases page.
2. Click Add.
The Release Details dialog box appears.
3. Enter the following:
Release Name
Enter a unique name that describes the release. Example: Standard_CD-ROM or
Standard_Internet. This name appears on the Releases page.
.MSI File Name
Name the installation file for this release. Each release is saved as a separate
.MSI. If you leave this blank, the release name defaults to the name of the .WSI
with the extension .MSI. When an installation has multiple releases, this can
cause a compile error, because no two releases can have the same name.
To save the .MSI in a subdirectory of the installation project’s location,
precede the file name with a \ and the subdirectory path. Example:
\My_Directory\Sample.msi