Create a custom Microsoft Windows Installer
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Exam 70-536 Preparation Guide: Create a custom Microsoft Windows Installer for the .NET Framework components by using the System.Configuration.Install namespace, and configure the .NET Framework applications by using configuration files, environment variables, and the .NET Framework Configuration tool (Mscorcfg.msc). |
Installerclass
- Configure which runtime version a .NET Framework application should use.
- Configure where the runtime should search for an assembly.
- Configure the location of an assembly and which version of the assembly to use.
- Direct the runtime to use the
DEVPATHenvironment variable when you search for assemblies.
AssemblyInstallerclass
ComponentInstallerclass
- Configure a .NET Framework application by using the .NET Framework Configuration tool (Mscorcfg.msc).
ManagedInstallerclass
InstallContextclass
InstallerCollectionclass
- Implement
IManagedInstallerinterface
InstallEventHandlerdelegate
- Configure concurrent garbage collection.
- Register remote objects by using configuration files.