Windows Installer Editor Reference
90
Working With Wise Installation Files
Source Files
Include all source code files in the project.
Content Files
Include all files marked as content within the project, that is, files that are not
compiled but are meant to be distributed with the application. Examples: HTML,
ASP, and ASPX files.
Primary Output
Include the .DLL or .EXE built by the project.
See also:
Creating an Installation Within a Solution
on page 80
Entering Project Settings
on page 85
How the Installation Integrates With the Solution
¾
Visual Studio integrated editor only.
When you add an installation to a Visual Studio solution, as described in
Creating an
Installation Within a Solution
on page 80, the following items are added to the
installation project:
z
All primary outputs (.EXEs and .DLLs) of the projects in the solution, and all content
files in the solution. (Content files are not compiled but are meant to be distributed
with the application. Examples: HTML, ASP, and ASPX files.) When a project
consists only of a .DLL or .OCX, has no additional content, and is a dependent of
another project, it is not added to the installation by default.
To add other outputs to the installation, select the appropriate output group on the
Project Outputs page in the project settings, or add them on the Visual Studio
Solution page.
Windows Installer Editor can scan for files you add or delete after you create the
installation project, and can add them to or delete them from the project.
See
Scanning the Solution for New Files
on page 91.
z
Assembly dependencies, if you have selected one of the rescan assembly options in
Wise Options.
View these in Installation Expert > Files page or Visual Studio Solution page.
z
The application name, version, and manufacturer from the main project in the
solution.
View these in Installation Expert > Product Details page. The default directory is
filled in with the same name as the main project. You can change the main project
on the Main Project page in the project settings.
Note
Except for the product version, once the information on the Product Details page is
set, it does not change if you change the information in the main project.
z
An advertised shortcut for the application.
On the Project Outputs page in the project settings, you can choose not to create a
shortcut.