Method | Description | |
---|---|---|
Commit ( IDictionary savedState ) : void | ||
Install ( IDictionary savedState ) : void | ||
MyProjectInstaller ( ) : System | ||
Rollback ( IDictionary savedState ) : void |
Method | Description | |
---|---|---|
MyProjectInstaller_Committed ( object sender, System.Configuration.Install.InstallEventArgs e ) : void | ||
MyProjectInstaller_Committing ( object sender, System.Configuration.Install.InstallEventArgs e ) : void |
public Commit ( IDictionary savedState ) : void | ||
savedState | IDictionary | |
return | void |
public Install ( IDictionary savedState ) : void | ||
savedState | IDictionary | |
return | void |
public Rollback ( IDictionary savedState ) : void | ||
savedState | IDictionary | |
return | void |