C# Class GSF.InstallerActions.CustomActions

Class that contains custom actions for a WiX installer.
Show file Open project: GridProtectionAlliance/gsf

Private Methods

Method Description
AddHttpNamespaceReservation ( string serviceAccount, string port ) : void
AddPrivileges ( string account, string privilege ) : void
AuthenticateServiceAccountAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
BrowseFileAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
CheckFileExistenceAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
CompanyInfoAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
ConfigureServiceAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
ConnectionStringAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
DatabaseQueryAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
DatabaseScriptAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
GetPropertyValue ( Microsoft.Deployment.WindowsInstaller.Session session, string name ) : string
GrantShutdownPrivilege ( Microsoft.Deployment.WindowsInstaller.Session session ) : bool
LogInstallMessage ( Microsoft.Deployment.WindowsInstaller.Session session, EventLogEntryType messageType, Exception ex ) : void
LogInstallMessage ( Microsoft.Deployment.WindowsInstaller.Session session, EventLogEntryType messageType, string message ) : void
LogInstallMessage ( Microsoft.Deployment.WindowsInstaller.Session session, InstallMessage messageType, string message ) : void
LogInstallMessage ( Microsoft.Deployment.WindowsInstaller.Session session, string message ) : void
PasswordGenerationAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
RemoveHttpNamespaceReservation ( string port ) : void
ServiceAccountAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
StartProcessAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
TestDatabaseConnectionAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
UnzipAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult
UpdateServiceConfig ( Microsoft.Deployment.WindowsInstaller.Session session ) : void
XmlFileAction ( Microsoft.Deployment.WindowsInstaller.Session session ) : ActionResult