IBootstrapperEngine Interface
Allows calls into the bootstrapper engine.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| Apply() | See «see M:WixToolset.Mba.Core.IEngine.Apply(System.IntPtr)» . |
| CloseSplashScreen() | See «see M:WixToolset.Mba.Core.IEngine.CloseSplashScreen» . |
| Detect() | See «see M:WixToolset.Mba.Core.IEngine.Detect(System.IntPtr)» . |
| Elevate() | See «see M:WixToolset.Mba.Core.IEngine.Elevate(System.IntPtr)» . |
| LaunchApprovedExe() | See «see M:WixToolset.Mba.Core.IEngine.LaunchApprovedExe(System.IntPtr,System.String,System.String,System.Int32)» . |
| Log() | See «see M:WixToolset.Mba.Core.IEngine.Log(WixToolset.Mba.Core.LogLevel,System.String)» . |
| Plan() | See «see M:WixToolset.Mba.Core.IEngine.Plan(WixToolset.Mba.Core.LaunchAction)» . |
| Quit() | See «see M:WixToolset.Mba.Core.IEngine.Quit(System.Int32)» . |
| SetDownloadSource() | See «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» . |
| SetLocalSource() | See «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» . |
| SetUpdate() | See «see M:WixToolset.Mba.Core.IEngine.SetUpdate(System.String,System.String,System.Int64,WixToolset.Mba.Core.UpdateHashType,System.String)» . |
| SetUpdateSource() | Sets the URL to the update feed. |
| SetVariableNumeric() | See «see M:WixToolset.Mba.Core.IEngine.SetVariableNumeric(System.String,System.Int64)» . |
| SetVariableString() | See «see M:WixToolset.Mba.Core.IEngine.SetVariableString(System.String,System.String,System.Boolean)» . |
| SetVariableVersion() | See «see M:WixToolset.Mba.Core.IEngine.SetVariableVersion(System.String,System.String)» . |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Apply() Method
Section titled “Apply() Method”See «see M:WixToolset.Mba.Core.IEngine.Apply(System.IntPtr)» .
Declaration
Section titled “Declaration”public void Apply()CloseSplashScreen() Method
Section titled “CloseSplashScreen() Method”See «see M:WixToolset.Mba.Core.IEngine.CloseSplashScreen» .
Declaration
Section titled “Declaration”public void CloseSplashScreen()Detect() Method
Section titled “Detect() Method”See «see M:WixToolset.Mba.Core.IEngine.Detect(System.IntPtr)» .
Declaration
Section titled “Declaration”public void Detect()Elevate() Method
Section titled “Elevate() Method”See «see M:WixToolset.Mba.Core.IEngine.Elevate(System.IntPtr)» .
Declaration
Section titled “Declaration”public int Elevate()LaunchApprovedExe() Method
Section titled “LaunchApprovedExe() Method”See «see M:WixToolset.Mba.Core.IEngine.LaunchApprovedExe(System.IntPtr,System.String,System.String,System.Int32)» .
Declaration
Section titled “Declaration”public void LaunchApprovedExe()Log() Method
Section titled “Log() Method”See «see M:WixToolset.Mba.Core.IEngine.Log(WixToolset.Mba.Core.LogLevel,System.String)» .
Declaration
Section titled “Declaration”public void Log()Plan() Method
Section titled “Plan() Method”See «see M:WixToolset.Mba.Core.IEngine.Plan(WixToolset.Mba.Core.LaunchAction)» .
Declaration
Section titled “Declaration”public void Plan()Quit() Method
Section titled “Quit() Method”See «see M:WixToolset.Mba.Core.IEngine.Quit(System.Int32)» .
Declaration
Section titled “Declaration”public void Quit()SetDownloadSource() Method
Section titled “SetDownloadSource() Method”See «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» .
Declaration
Section titled “Declaration”public void SetDownloadSource()SetLocalSource() Method
Section titled “SetLocalSource() Method”See «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» .
Declaration
Section titled “Declaration”public void SetLocalSource()SetUpdate() Method
Section titled “SetUpdate() Method”See «see M:WixToolset.Mba.Core.IEngine.SetUpdate(System.String,System.String,System.Int64,WixToolset.Mba.Core.UpdateHashType,System.String)» .
Declaration
Section titled “Declaration”public void SetUpdate()SetUpdateSource() Method
Section titled “SetUpdateSource() Method”Sets the URL to the update feed.
Declaration
Section titled “Declaration”public void SetUpdateSource()SetVariableNumeric() Method
Section titled “SetVariableNumeric() Method”See «see M:WixToolset.Mba.Core.IEngine.SetVariableNumeric(System.String,System.Int64)» .
Declaration
Section titled “Declaration”public void SetVariableNumeric()SetVariableString() Method
Section titled “SetVariableString() Method”See «see M:WixToolset.Mba.Core.IEngine.SetVariableString(System.String,System.String,System.Boolean)» .
Declaration
Section titled “Declaration”public void SetVariableString()SetVariableVersion() Method
Section titled “SetVariableVersion() Method”See «see M:WixToolset.Mba.Core.IEngine.SetVariableVersion(System.String,System.String)» .
Declaration
Section titled “Declaration”public void SetVariableVersion()