Windows Installer Editor Reference
117
Assembling an Installation
Note
On .NET Framework versions earlier than 1.1, the scan does not occur when you add an
assembly from a UNC or mapped network drive (example: the share point directory). To
enable scanning of such assemblies, either upgrade to .NET Framework version 1.1 or
later, or change your .NET security so that the directory is fully trusted.
Assembly Dependencies
When you add a .NET assembly to an installation, Windows Installer Editor can scan the
assembly’s manifest for dependencies and prompt you to add the dependency files to
the installation.
If the scan finds dependencies, the Assembly Dependencies dialog box lists
dependencies for all the assemblies you added. In the Assembly Dependencies dialog
box, you can check the checkbox next to a dependency name to add the dependency to
the installation. If you uncheck the check box, the dependency is added to the project
dependency exclusion list and is skipped by future scans of the current installation.
You can remove dependencies from the project dependency exclusion list.
See
Removing Dependencies from the Project Dependency Exclusion List
on page 355.
See also:
How Assembly Dependencies are Added to an Installation
on page 116
About Dependency Scan Exclusions
When you add a .NET assembly to an installation, Windows Installer Editor can scan the
assembly’s manifest for dependencies and either add the dependencies to the
installation or prompt you to select the dependencies to add.
You can use the following exclusion lists to exclude dependencies from assembly scans:
Project dependency
exclusion list
A project dependency exclusion list is maintained for every
.NET installation project. A dependency is added to the list
when you choose not to include the dependency during an
assembly scan.
Use this exclusion list to exclude specific dependencies from
a single installation.
You can remove dependencies from the project dependency
exclusion list.
See
Removing Dependencies from the Project Dependency
Exclusion List
on page 355.