Windows Installer Editor Reference
89
Working With Wise Installation Files
Creating an Installation Within a Solution
on page 80
Entering Project Settings
on page 85
Pre-build Event
¾
Visual Studio integrated editor only.
The Pre-build Event page lets you add to a project anything that is needed before the
build occurs. Example: You can copy something to a source where you need it.
Access this page by right-clicking a project in Solution Explorer and selecting Properties.
You can use any DOS command to create command lines for this build event. You can
add as many command lines as needed.
Post-build Event
¾
Visual Studio integrated editor only.
The Post-build Event page lets you add to a project anything that is needed after the
build occurs. Example: You can copy an .MSI to the network.
Access this page by right-clicking a project in Solution Explorer and selecting Properties.
You can use any DOS command to create command lines for this build event. You can
add as many command lines as needed.
Project Outputs Page
¾
Visual Studio integrated editor only.
By default, the installation includes only the main output file (.EXE or .DLL) from each
project in the solution, and the content files from each project. On the Project Outputs
page, you select which projects to include in the installation and specify additional
project output files to include in the installation.
You also can add and delete output groups in a specific installation in Installation Expert
> Visual Studio Solution page. Any changes you make on the Visual Studio Solution
page override the settings on the Project Outputs page.
See
Visual Studio Solution Page
on page 157.
This page is accessible only on the Project Properties dialog box. Right-click a project in
a solution and select Properties.
z
Project
Select the project to specify additional outputs for.
z
Output Groups
Select one or more types of output files to include in the installation:
Debug Symbols
Include the project’s debugging (.PDB) files.
Localized Resources
Include files marked as resources for the project. Example: additional files for a
specific language.