Windows Installer Editor Reference
77
Working With Wise Installation Files
Graphic64.msi, which installs both 32-bit and 64-components and runs on x64
platforms only. Its Template Summary property is set to x64.
To organize a mixed-platform project by component
1. On the Features page, create a single set of features and set their target platform to
All Processors. Example:
2. When you add files, registry keys, and other resources to the installation, put both
32-bit and 64-bit items in a single feature. Example: Add both Chart32.exe and
Chart64.exe to the Charting feature.
3. In MSI Script, add a custom action to set the value of the INSTALLDIR property.
See
Defining the INSTALLDIR Property in a Mixed-Platform Installation
on page 78.
4. On the Releases page, create a release for each target platform. Example:
Graphic32, Graphic64.
5. On the Release Settings page, select the components to include in each release.
Example:
6. Compiling the project creates the following .MSIs:
Graphic32.msi, which installs only 32-bit components and runs on any platform.
Its Template Summary property is set to Intel, which represents a 32-bit
installation.
Select the 64-bit release.
Select the features to be
installed on 64-bit platforms.
Within each feature, select the
components to be installed on
64-bit platforms.