April 2003
Intermediate to advanced
1040 pages
25h 22m
English
When you deploy an application, you may want to take certain customized actions during the installation process. Some examples of customized actions include registering a Windows service with the Service Control Manager, registering a serviced component with COM+ Explorer, creating a database, installing event logs, installing performance counters, and so on.
The .NET Framework provides you with an Installer class to help you perform customized installation actions such as those mentioned above. The Installer class is defined in the System.Configuration.Install namespace.
The System.Configuration.Install.Installer class works as a base class for all the custom installers in the ...
Read now
Unlock full access