Skip to main content

IBootstrapperEngine Interface

Allows calls into the bootstrapper engine.

Methods

MethodDescription
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

See «see M:WixToolset.Mba.Core.IEngine.Apply(System.IntPtr)» .

Declaration

public void Apply()

CloseSplashScreen() Method

See «see M:WixToolset.Mba.Core.IEngine.CloseSplashScreen» .

Declaration

public void CloseSplashScreen()

Detect() Method

See «see M:WixToolset.Mba.Core.IEngine.Detect(System.IntPtr)» .

Declaration

public void Detect()

Elevate() Method

See «see M:WixToolset.Mba.Core.IEngine.Elevate(System.IntPtr)» .

Declaration

public int Elevate()

LaunchApprovedExe() Method

See «see M:WixToolset.Mba.Core.IEngine.LaunchApprovedExe(System.IntPtr,System.String,System.String,System.Int32)» .

Declaration

public void LaunchApprovedExe()

Log() Method

See «see M:WixToolset.Mba.Core.IEngine.Log(WixToolset.Mba.Core.LogLevel,System.String)» .

Declaration

public void Log()

Plan() Method

See «see M:WixToolset.Mba.Core.IEngine.Plan(WixToolset.Mba.Core.LaunchAction)» .

Declaration

public void Plan()

Quit() Method

See «see M:WixToolset.Mba.Core.IEngine.Quit(System.Int32)» .

Declaration

public void Quit()

SetDownloadSource() Method

See «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» .

Declaration

public void SetDownloadSource()

SetLocalSource() Method

See «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» .

Declaration

public void SetLocalSource()

SetUpdate() Method

See «see M:WixToolset.Mba.Core.IEngine.SetUpdate(System.String,System.String,System.Int64,WixToolset.Mba.Core.UpdateHashType,System.String)» .

Declaration

public void SetUpdate()

SetUpdateSource() Method

Sets the URL to the update feed.

Declaration

public void SetUpdateSource()

SetVariableNumeric() Method

See «see M:WixToolset.Mba.Core.IEngine.SetVariableNumeric(System.String,System.Int64)» .

Declaration

public void SetVariableNumeric()

SetVariableString() Method

See «see M:WixToolset.Mba.Core.IEngine.SetVariableString(System.String,System.String,System.Boolean)» .

Declaration

public void SetVariableString()

SetVariableVersion() Method

See «see M:WixToolset.Mba.Core.IEngine.SetVariableVersion(System.String,System.String)» .

Declaration

public void SetVariableVersion()