August 2003
Intermediate to advanced
928 pages
32h 1m
English
EventLogInstaller
This class is a
System.Configuration.Install.Installer to
install
EventLogs. To install a new source, set the
appropriate Source and Log
properties.
public class EventLogInstaller : System.Configuration.Install.ComponentInstaller { // Public Constructors public EventLogInstaller( ); // Public Instance Properties public string Log{set; get; } public string Source{set; get; } public UninstallAction UninstallAction{set; get; } // Public Instance Methods public override void CopyFromComponent(System.ComponentModel.IComponentcomponent) // overrides System.Configuration.Install.ComponentInstaller public override void Install(System.Collections.IDictionarystateSaver) // overrides System.Configuration.Install.Installer public override bool IsEquivalentInstaller(System.Configuration.Install.ComponentInstallerotherInstaller) // overrides System.Configuration.Install.ComponentInstaller public override void Rollback(System.Collections.IDictionarysavedState) // overrides System.Configuration.Install.Installer public override void Uninstall(System.Collections.IDictionarysavedState) // overrides System.Configuration.Install.Installer }
System.Object
→
System.MarshalByRefObject
→
System.ComponentModel.Component(System.ComponentModel.IComponent, System.IDisposable)
→
System.Configuration.Install.Installer
→
System.Configuration.Install.ComponentInstaller
→
EventLogInstaller