Windows Installer Editor Reference
87
Working With Wise Installation Files
z
Web Application or Web Service
Create a standard Windows Installer installation (.WSI). This has options
preconfigured to enable it to be installed to a Microsoft Internet Information Server.
See
About Web Installations
on page 266.
z
Server Application
Create a standard Windows Installer installation (.WSI). This is the same as the Web
Application above except that it also prompts the end user to enter valid NT logon
information.
See
Obtaining Logon Information From a Dialog
on page 475.
z
Merge Module
Create a standard merge module project (.WSM).
See
Creating a Merge Module Within a Solution
on page 371.
See also:
Creating an Installation Within a Solution
on page 80
Entering Project Settings
on page 85
Projects Page
¾
Visual Studio integrated editor only.
On the Projects page, you select projects to add to the installation you are creating.
Access this page either from the Wise Setup Wizard when you create a new installation,
or by right-clicking a project in a solution and selecting Properties.
z
Select the projects to include in this package
From this list of all projects in the current solution, select the ones to add to this
installation. (All projects are selected by default.) Output files of the selected
projects are added to this installation.
If you add a project to this solution later, it will be added to the project list and
selected for inclusion.
To exclude a project from the installation, deselect it.
z
Scan Method
Each time you load, save, or build an installation project or change its settings,
Windows Installer Editor can scan projects in the solution for new files to add to the
installation.
See
Scanning the Solution for New Files
on page 91.
Specify the level of scanning that will occur for this installation. The default is
determined by the Scan Method option in Wise Options.
Never scan solution
If you select this, you must add new files to installations manually using the
Files page. Also, when files are removed from a solution, you must remove
them from the installations manually.
Prompt only when new files are detected
Select this to be prompted each time there are new files in the solution that
need to be added to the installation. The prompt appears during save, build, or
compile.