Skip to content

IBootstrapperEngine Interface

Allows calls into the bootstrapper engine.

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

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

public void Apply()

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

public void CloseSplashScreen()

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

public void Detect()

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

public int Elevate()

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

public void LaunchApprovedExe()

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

public void Log()

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

public void Plan()

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

public void Quit()

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

public void SetDownloadSource()

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

public void SetLocalSource()

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

public void SetUpdate()

Sets the URL to the update feed.

public void SetUpdateSource()

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

public void SetVariableNumeric()

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

public void SetVariableString()

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

public void SetVariableVersion()