Windows Installer Editor Reference
86
Defining an Installation Project
assemblies will be registered so that they can be called as though they were
COM elements.
When the .NET Application or Mixed option is selected, entries are created in the
MsiAssembly and MsiAssemblyName tables for each assembly you add to the
installation. The Global Assembly Cache directory also appears on the Files page.
z
Installation Target
This value is for meta data purposes only. It does not change the installation.
Windows-based desktop/server PC
Mark this if the installation does not install a Web service to an IIS server. This
is the default except for Web and server applications.
Windows-based IIS Web server
Mark this if the installation installs a Web application to an IIS server. This is the
default for Web and server applications.
z
Description
Describe the package.
This becomes part of the package meta data when the package is imported into the
Software Manager database.
z
Don’t update or recompress files when saving
(.MSI files only.) Files are stored in .MSI files either with a hard-coded path to the
original, or without a path. For files with paths, Windows Installer Editor gets the
latest copy of the file from the specified path when you save or compile the .MSI.
Mark this to prevent Windows Installer Editor getting the latest copy of files that
have paths.
If you clear this check box, files that are set to be compressed are not re-
compressed when you save or compile.
Compression options are on the Media page.
z
Increment version number on compile
Mark this to increment the third section of the version when the installation is
compiled. Examples:
3.0.3790 is incremented to 3.0.3791
2.5 is incremented to 2.5.0001
Adding Meta Data to the Software Manager Database
For an .MSI or .WSI, you can add to the Software Manager database the meta data that
appears on the Product Details page. This lets you add package information to the
Software Manager database early in the development or repackaging process. It also
eliminates the need to enter the meta data manually in Software Manager and ensures
that every package in the database has meta data that meets your corporate standards.
To add meta data to the Software Manager database
1. Select Installation Expert > Product Details page.
2. Enter the Application and Package names. These fields appear in an .MSI or .WSI
only.
See
Product Details Page
on page 83.
3. Select File menu > Save to save the installation.