Assemblies

Windows Installer can install, remove, and update Win32 assemblies and assemblies used by the common language runtime of the Microsoft .NET Framework. An assembly is handled by the Windows Installer as a single installer component. All of the files that constitute an assembly must be contained by a single installer component that is listed in the Component table.

Windows Installer running on Windows Vista and Windows XP can install side-by-side assemblies. Side-by-side assemblies can safely share assemblies among multiple applications and can offset the negative effects of assembly sharing, such as DLL conflicts. Instead of a single version of an assembly that assumes backward compatibility with all applications, side-by-side assembly sharing enables multiple versions of a COM or Win32 assembly to run simultaneously on the system. This improved capability to isolate applications is an important part of the Microsoft .NET Framework. For more information, see Isolated Applications and Side-by-side Assemblies.

The following sections describe the use of assemblies with the Windows Installer.

For information about installing COM and COM+ 1.0 applications, see Installing a COM+ Application with the Windows Installer, Installing a COM Component to a Private Location, and Make a COM Component in an Existing Package Private.