Windows Installer Editor Reference
125
Chapter 5
Assembling an Installation
This chapter includes the following topics:
z
Files or Web Files Page
on page 125
z
Visual Studio Solution Page
on page 157
z
Registry Page
on page 161
z
INI Files Page
on page 170
z
Shortcuts Page
on page 172
z
Adding an Environment Variable
on page 176
z
Adding File Associations
on page 176
z
Services Page
on page 179
z
Adding an ODBC Item
on page 182
z
Adding to the Windows Firewall Exception List
on page 184
Files or Web Files Page
On the Files or Web Files page, you specify the directories and files to be installed on the
destination computer. You also can specify operations to remove, copy, or move files on
the destination computer during the installation.
On the Web Files page, you also can add Web sites, virtual directories, and Web folders,
and set their options. The Web Files page displays items to be installed to a Microsoft
Internet Information Services Web server, while the Files page displays all items to be
installed. For a summary of differences between the two pages, as well as links to Web-
related functionality, see
About Web Installations
on page 266.
(Visual Studio integrated editor only.) When you create an installation that is part of a
Visual Studio solution, all primary outputs (.EXEs and .DLLs) of the projects in the
solution are added to the installation. Other, non-primary outputs are added if they
belong to an output group that is included in the scan for new files. Use the Files page to
organize files into features and to add any files that are not added automatically. The
Visual Studio Solution page provides a project- and output group-oriented view of the
files in the solution.
See
Visual Studio Solution Page
on page 157.
See also:
When to Use the File-Related Installation Expert Pages
on page 127