Windows Installer Editor Reference
128
Assembling an Installation
Installation Directories
A new installation contains several predefined directories. They appear in the lower-left
list box of the Files page, and in the left pane of the Components and Features tabs in
Setup Editor.
Web Files
z
To create Web folders, virtual directories, and Web
sites, and add files to them
z
To add files to a Web installation
See
About Web Installations
on page 266.
Visual Studio Solution
(Visual Studio integrated
editor only)
z
To display the installation’s files in a solution-
oriented view
z
To reorganize files in the installation that were
added during a scan of the solution
See
Visual Studio Solution Page
on page 157.
Program Files
Represents the Program Files directory on the destination
computer.
Windows
Represents the system directory (regardless of its actual
name) on the destination computer. Some standard
directories are already created under Windows, such as
System32 and Fonts. To create a subdirectory of the system
directory, create it under the Windows directory.
(64-bit installations only.) The Windows directory has an
additional subdirectory, SysWOW64, which stores 32-bit
applications and components.
Program Files (x86)
(64-bit installations only.) A 64-bit system has two
directories for program files: Program Files, in which 64-bit
applications and components are installed; and Program
Files (x86), in which 32-bit applications and components are
installed.
See
32-bit Applications on 64-bit Computers
on page 73.
Global Assembly
Cache
(.NET installation only.) This is used for assemblies that will
be shared by many applications on the destination
computer. It appears only if you select either .NET
Application or Mixed (.NET and Win32) as the
application type on the Product Details page.
wwwroot
Represents the root of the Web server on the destination
computer, which is typically C:\InetPub\wwwroot\
See
About Web Installations
on page 266.
Page
When to use it