IDefaultBootstrapperApplication Interface
Interface for built-in implementation of «see T:WixToolset.Mba.Core.IBootstrapperApplication» .
Events
Section titled “Events”| Event | Description |
|---|---|
| ApplyBegin | Fired when the engine has begun installing the bundle. |
| ApplyComplete | Fired when the engine has completed installing the bundle. |
| ApplyDowngrade | Fired when the plan determined that nothing should happen to prevent downgrading. |
| BeginMsiTransactionBegin | Fired when the engine is about to begin an MSI transaction. |
| BeginMsiTransactionComplete | Fired when the engine has completed beginning an MSI transaction. |
| CacheAcquireBegin | Fired when the engine has begun acquiring the payload or container. The BA can change the source using «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» or «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» . |
| CacheAcquireComplete | Fired when the engine has completed the acquisition of the payload or container. The BA can change the source using «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» or «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» . |
| CacheAcquireProgress | Fired when the engine has progress acquiring the payload or container. |
| CacheAcquireResolving | Fired by the engine to allow the BA to override the acquisition action. |
| CacheBegin | Fired when the engine has begun caching the installation sources. |
| CacheComplete | Fired after the engine has cached the installation sources. |
| CacheContainerOrPayloadVerifyBegin | Fired when the engine begins the verification of the payload or container that was already in the package cache. |
| CacheContainerOrPayloadVerifyComplete | Fired when the engine has completed the verification of the payload or container that was already in the package cache. |
| CacheContainerOrPayloadVerifyProgress | Fired when the engine has progress verifying the payload or container that was already in the package cache. |
| CachePackageBegin | Fired when the engine has begun caching a specific package. |
| CachePackageComplete | Fired when the engine has completed caching a specific package. |
| CachePackageNonVitalValidationFailure | Fired when the engine failed validating a package in the package cache that is non-vital to execution. |
| CachePayloadExtractBegin | Fired when the engine begins the extraction of the payload from the container. |
| CachePayloadExtractComplete | Fired when the engine has completed the extraction of the payload from the container. |
| CachePayloadExtractProgress | Fired when the engine has progress extracting the payload from the container. |
| CacheVerifyBegin | Fired when the engine begins the verification of the acquired payload or container. |
| CacheVerifyComplete | Fired when the engine has completed the verification of the acquired payload or container. |
| CacheVerifyProgress | Fired when the engine has progress verifying the payload or container. |
| CommitMsiTransactionBegin | Fired when the engine is about to commit an MSI transaction. |
| CommitMsiTransactionComplete | Fired when the engine has completed comitting an MSI transaction. |
| DetectBegin | Fired when the overall detection phase has begun. |
| DetectCompatibleMsiPackage | Fired when a package was not detected but a package using the same provider key was. |
| DetectComplete | Fired when the detection phase has completed. |
| DetectForwardCompatibleBundle | Fired when a forward compatible bundle is detected. |
| DetectMsiFeature | Fired when a feature in an MSI package has been detected. |
| DetectPackageBegin | Fired when the detection for a specific package has begun. |
| DetectPackageComplete | Fired when the detection for a specific package has completed. |
| DetectPatchTarget | Fired when the engine detects a target product for an MSP package. |
| DetectRelatedBundle | Fired when a related bundle has been detected for a bundle. |
| DetectRelatedBundlePackage | Fired when a related bundle has been detected for a bundle package. |
| DetectRelatedMsiPackage | Fired when a related MSI package has been detected for a package. |
| DetectUpdate | Fired when the update detection has found a potential update candidate. |
| DetectUpdateBegin | Fired when the update detection phase has begun. |
| DetectUpdateComplete | Fired when the update detection phase has completed. |
| ElevateBegin | Fired when the engine is about to start the elevated process. |
| ElevateComplete | Fired when the engine has completed starting the elevated process. |
| Error | Fired when the engine has encountered an error. |
| ExecuteBegin | Fired when the engine has begun installing packages. |
| ExecuteComplete | Fired when the engine has completed installing packages. |
| ExecuteFilesInUse | Fired when a package sends a files in use installation message. |
| ExecuteMsiMessage | Fired when Windows Installer sends an installation message. |
| ExecutePackageBegin | Fired when the engine has begun installing a specific package. |
| ExecutePackageComplete | Fired when the engine has completed installing a specific package. |
| ExecutePatchTarget | Fired when the engine executes one or more patches targeting a product. |
| ExecuteProcessCancel | Fired when a package that spawned a process is cancelled. |
| ExecuteProgress | Fired by the engine while executing a package. |
| LaunchApprovedExeBegin | Fired when the engine is about to launch the preapproved executable. |
| LaunchApprovedExeComplete | Fired when the engine has completed launching the preapproved executable. |
| PauseAutomaticUpdatesBegin | Fired when the engine is about to pause Windows automatic updates. |
| PauseAutomaticUpdatesComplete | Fired when the engine has completed pausing Windows automatic updates. |
| PlanBegin | Fired when the engine has begun planning the installation. |
| PlanCompatibleMsiPackageBegin | Fired when the engine plans a new, compatible package using the same provider key. |
| PlanCompatibleMsiPackageComplete | Fired when the engine has completed planning the installation of a specific package. |
| PlanComplete | Fired when the engine has completed planning the installation. |
| PlanForwardCompatibleBundle | Fired when the engine is about to plan a forward compatible bundle. |
| PlanMsiFeature | Fired when the engine is about to plan a feature in an MSI package. |
| PlanMsiPackage | Fired when the engine is planning an MSI or MSP package. |
| PlannedCompatiblePackage | Fired when the engine has completed planning a compatible package. |
| PlannedPackage | Fired when the engine has completed planning a package. |
| PlanPackageBegin | Fired when the engine has begun getting the BA’s input for planning a package. |
| PlanPackageComplete | Fired when the engine has completed getting the BA’s input for planning a package. |
| PlanPatchTarget | Fired when the engine is about to plan a target of an MSP package. |
| PlanRelatedBundle | Fired when the engine has begun planning for a related bundle. |
| PlanRelatedBundleType | Fired when the engine has begun planning the related bundle relation type. |
| PlanRestoreRelatedBundle | Fired when the engine has begun planning an upgrade related bundle for restoring in case of failure. |
| PlanRollbackBoundary | Fired when the engine is planning a rollback boundary. |
| Progress | Fired when the engine has changed progress for the bundle installation. |
| RegisterBegin | Fired when the engine has begun registering the location and visibility of the bundle. |
| RegisterComplete | Fired when the engine has completed registering the location and visibility of the bundle. |
| RollbackMsiTransactionBegin | Fired when the engine is about to rollback an MSI transaction. |
| RollbackMsiTransactionComplete | Fired when the engine has completed rolling back an MSI transaction. |
| SetUpdateBegin | Fired when the engine has begun to setup the update package. |
| SetUpdateComplete | Fired when the engine has completed setting up the update package. |
| Shutdown | Fired when the engine is shutting down the bootstrapper application. |
| Startup | Fired when the engine is starting up the bootstrapper application. |
| SystemRestorePointBegin | Fired when the engine is about to take a system restore point. |
| SystemRestorePointComplete | Fired when the engine has completed taking a system restore point. |
| UnregisterBegin | Fired when the engine unregisters the bundle. |
| UnregisterComplete | Fired when the engine unregistration is complete. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
ApplyBegin Event
Section titled “ApplyBegin Event”Fired when the engine has begun installing the bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ApplyBeginEventArgs> ApplyBeginSystem.EventHandler<WixToolset.Mba.Core.ApplyBeginEventArgs>
ApplyComplete Event
Section titled “ApplyComplete Event”Fired when the engine has completed installing the bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ApplyCompleteEventArgs> ApplyCompleteSystem.EventHandler<WixToolset.Mba.Core.ApplyCompleteEventArgs>
ApplyDowngrade Event
Section titled “ApplyDowngrade Event”Fired when the plan determined that nothing should happen to prevent downgrading.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ApplyDowngradeEventArgs> ApplyDowngradeSystem.EventHandler<WixToolset.Mba.Core.ApplyDowngradeEventArgs>
BeginMsiTransactionBegin Event
Section titled “BeginMsiTransactionBegin Event”Fired when the engine is about to begin an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.BeginMsiTransactionBeginEventArgs> BeginMsiTransactionBeginSystem.EventHandler<WixToolset.Mba.Core.BeginMsiTransactionBeginEventArgs>
BeginMsiTransactionComplete Event
Section titled “BeginMsiTransactionComplete Event”Fired when the engine has completed beginning an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.BeginMsiTransactionCompleteEventArgs> BeginMsiTransactionCompleteSystem.EventHandler<WixToolset.Mba.Core.BeginMsiTransactionCompleteEventArgs>
CacheAcquireBegin Event
Section titled “CacheAcquireBegin Event”Fired when the engine has begun acquiring the payload or container. The BA can change the source using «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» or «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» .
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheAcquireBeginEventArgs> CacheAcquireBeginSystem.EventHandler<WixToolset.Mba.Core.CacheAcquireBeginEventArgs>
CacheAcquireComplete Event
Section titled “CacheAcquireComplete Event”Fired when the engine has completed the acquisition of the payload or container. The BA can change the source using «see M:WixToolset.Mba.Core.IEngine.SetLocalSource(System.String,System.String,System.String)» or «see M:WixToolset.Mba.Core.IEngine.SetDownloadSource(System.String,System.String,System.String,System.String,System.String)» .
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheAcquireCompleteEventArgs> CacheAcquireCompleteSystem.EventHandler<WixToolset.Mba.Core.CacheAcquireCompleteEventArgs>
CacheAcquireProgress Event
Section titled “CacheAcquireProgress Event”Fired when the engine has progress acquiring the payload or container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheAcquireProgressEventArgs> CacheAcquireProgressSystem.EventHandler<WixToolset.Mba.Core.CacheAcquireProgressEventArgs>
CacheAcquireResolving Event
Section titled “CacheAcquireResolving Event”Fired by the engine to allow the BA to override the acquisition action.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheAcquireResolvingEventArgs> CacheAcquireResolvingSystem.EventHandler<WixToolset.Mba.Core.CacheAcquireResolvingEventArgs>
CacheBegin Event
Section titled “CacheBegin Event”Fired when the engine has begun caching the installation sources.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheBeginEventArgs> CacheBeginSystem.EventHandler<WixToolset.Mba.Core.CacheBeginEventArgs>
CacheComplete Event
Section titled “CacheComplete Event”Fired after the engine has cached the installation sources.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheCompleteEventArgs> CacheCompleteSystem.EventHandler<WixToolset.Mba.Core.CacheCompleteEventArgs>
CacheContainerOrPayloadVerifyBegin Event
Section titled “CacheContainerOrPayloadVerifyBegin Event”Fired when the engine begins the verification of the payload or container that was already in the package cache.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyBeginEventArgs> CacheContainerOrPayloadVerifyBeginSystem.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyBeginEventArgs>
CacheContainerOrPayloadVerifyComplete Event
Section titled “CacheContainerOrPayloadVerifyComplete Event”Fired when the engine has completed the verification of the payload or container that was already in the package cache.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyCompleteEventArgs> CacheContainerOrPayloadVerifyCompleteSystem.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyCompleteEventArgs>
CacheContainerOrPayloadVerifyProgress Event
Section titled “CacheContainerOrPayloadVerifyProgress Event”Fired when the engine has progress verifying the payload or container that was already in the package cache.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyProgressEventArgs> CacheContainerOrPayloadVerifyProgressSystem.EventHandler<WixToolset.Mba.Core.CacheContainerOrPayloadVerifyProgressEventArgs>
CachePackageBegin Event
Section titled “CachePackageBegin Event”Fired when the engine has begun caching a specific package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePackageBeginEventArgs> CachePackageBeginSystem.EventHandler<WixToolset.Mba.Core.CachePackageBeginEventArgs>
CachePackageComplete Event
Section titled “CachePackageComplete Event”Fired when the engine has completed caching a specific package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePackageCompleteEventArgs> CachePackageCompleteSystem.EventHandler<WixToolset.Mba.Core.CachePackageCompleteEventArgs>
CachePackageNonVitalValidationFailure Event
Section titled “CachePackageNonVitalValidationFailure Event”Fired when the engine failed validating a package in the package cache that is non-vital to execution.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePackageNonVitalValidationFailureEventArgs> CachePackageNonVitalValidationFailureSystem.EventHandler<WixToolset.Mba.Core.CachePackageNonVitalValidationFailureEventArgs>
CachePayloadExtractBegin Event
Section titled “CachePayloadExtractBegin Event”Fired when the engine begins the extraction of the payload from the container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePayloadExtractBeginEventArgs> CachePayloadExtractBeginSystem.EventHandler<WixToolset.Mba.Core.CachePayloadExtractBeginEventArgs>
CachePayloadExtractComplete Event
Section titled “CachePayloadExtractComplete Event”Fired when the engine has completed the extraction of the payload from the container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePayloadExtractCompleteEventArgs> CachePayloadExtractCompleteSystem.EventHandler<WixToolset.Mba.Core.CachePayloadExtractCompleteEventArgs>
CachePayloadExtractProgress Event
Section titled “CachePayloadExtractProgress Event”Fired when the engine has progress extracting the payload from the container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CachePayloadExtractProgressEventArgs> CachePayloadExtractProgressSystem.EventHandler<WixToolset.Mba.Core.CachePayloadExtractProgressEventArgs>
CacheVerifyBegin Event
Section titled “CacheVerifyBegin Event”Fired when the engine begins the verification of the acquired payload or container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheVerifyBeginEventArgs> CacheVerifyBeginSystem.EventHandler<WixToolset.Mba.Core.CacheVerifyBeginEventArgs>
CacheVerifyComplete Event
Section titled “CacheVerifyComplete Event”Fired when the engine has completed the verification of the acquired payload or container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheVerifyCompleteEventArgs> CacheVerifyCompleteSystem.EventHandler<WixToolset.Mba.Core.CacheVerifyCompleteEventArgs>
CacheVerifyProgress Event
Section titled “CacheVerifyProgress Event”Fired when the engine has progress verifying the payload or container.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CacheVerifyProgressEventArgs> CacheVerifyProgressSystem.EventHandler<WixToolset.Mba.Core.CacheVerifyProgressEventArgs>
CommitMsiTransactionBegin Event
Section titled “CommitMsiTransactionBegin Event”Fired when the engine is about to commit an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CommitMsiTransactionBeginEventArgs> CommitMsiTransactionBeginSystem.EventHandler<WixToolset.Mba.Core.CommitMsiTransactionBeginEventArgs>
CommitMsiTransactionComplete Event
Section titled “CommitMsiTransactionComplete Event”Fired when the engine has completed comitting an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.CommitMsiTransactionCompleteEventArgs> CommitMsiTransactionCompleteSystem.EventHandler<WixToolset.Mba.Core.CommitMsiTransactionCompleteEventArgs>
DetectBegin Event
Section titled “DetectBegin Event”Fired when the overall detection phase has begun.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectBeginEventArgs> DetectBeginSystem.EventHandler<WixToolset.Mba.Core.DetectBeginEventArgs>
DetectCompatibleMsiPackage Event
Section titled “DetectCompatibleMsiPackage Event”Fired when a package was not detected but a package using the same provider key was.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectCompatibleMsiPackageEventArgs> DetectCompatibleMsiPackageSystem.EventHandler<WixToolset.Mba.Core.DetectCompatibleMsiPackageEventArgs>
DetectComplete Event
Section titled “DetectComplete Event”Fired when the detection phase has completed.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectCompleteEventArgs> DetectCompleteSystem.EventHandler<WixToolset.Mba.Core.DetectCompleteEventArgs>
DetectForwardCompatibleBundle Event
Section titled “DetectForwardCompatibleBundle Event”Fired when a forward compatible bundle is detected.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectForwardCompatibleBundleEventArgs> DetectForwardCompatibleBundleSystem.EventHandler<WixToolset.Mba.Core.DetectForwardCompatibleBundleEventArgs>
DetectMsiFeature Event
Section titled “DetectMsiFeature Event”Fired when a feature in an MSI package has been detected.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectMsiFeatureEventArgs> DetectMsiFeatureSystem.EventHandler<WixToolset.Mba.Core.DetectMsiFeatureEventArgs>
DetectPackageBegin Event
Section titled “DetectPackageBegin Event”Fired when the detection for a specific package has begun.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectPackageBeginEventArgs> DetectPackageBeginSystem.EventHandler<WixToolset.Mba.Core.DetectPackageBeginEventArgs>
DetectPackageComplete Event
Section titled “DetectPackageComplete Event”Fired when the detection for a specific package has completed.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectPackageCompleteEventArgs> DetectPackageCompleteSystem.EventHandler<WixToolset.Mba.Core.DetectPackageCompleteEventArgs>
DetectPatchTarget Event
Section titled “DetectPatchTarget Event”Fired when the engine detects a target product for an MSP package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectPatchTargetEventArgs> DetectPatchTargetSystem.EventHandler<WixToolset.Mba.Core.DetectPatchTargetEventArgs>
DetectRelatedBundle Event
Section titled “DetectRelatedBundle Event”Fired when a related bundle has been detected for a bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectRelatedBundleEventArgs> DetectRelatedBundleSystem.EventHandler<WixToolset.Mba.Core.DetectRelatedBundleEventArgs>
DetectRelatedBundlePackage Event
Section titled “DetectRelatedBundlePackage Event”Fired when a related bundle has been detected for a bundle package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectRelatedBundlePackageEventArgs> DetectRelatedBundlePackageSystem.EventHandler<WixToolset.Mba.Core.DetectRelatedBundlePackageEventArgs>
DetectRelatedMsiPackage Event
Section titled “DetectRelatedMsiPackage Event”Fired when a related MSI package has been detected for a package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectRelatedMsiPackageEventArgs> DetectRelatedMsiPackageSystem.EventHandler<WixToolset.Mba.Core.DetectRelatedMsiPackageEventArgs>
DetectUpdate Event
Section titled “DetectUpdate Event”Fired when the update detection has found a potential update candidate.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectUpdateEventArgs> DetectUpdateSystem.EventHandler<WixToolset.Mba.Core.DetectUpdateEventArgs>
DetectUpdateBegin Event
Section titled “DetectUpdateBegin Event”Fired when the update detection phase has begun.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectUpdateBeginEventArgs> DetectUpdateBeginSystem.EventHandler<WixToolset.Mba.Core.DetectUpdateBeginEventArgs>
DetectUpdateComplete Event
Section titled “DetectUpdateComplete Event”Fired when the update detection phase has completed.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.DetectUpdateCompleteEventArgs> DetectUpdateCompleteSystem.EventHandler<WixToolset.Mba.Core.DetectUpdateCompleteEventArgs>
ElevateBegin Event
Section titled “ElevateBegin Event”Fired when the engine is about to start the elevated process.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ElevateBeginEventArgs> ElevateBeginSystem.EventHandler<WixToolset.Mba.Core.ElevateBeginEventArgs>
ElevateComplete Event
Section titled “ElevateComplete Event”Fired when the engine has completed starting the elevated process.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ElevateCompleteEventArgs> ElevateCompleteSystem.EventHandler<WixToolset.Mba.Core.ElevateCompleteEventArgs>
Error Event
Section titled “Error Event”Fired when the engine has encountered an error.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ErrorEventArgs> ErrorSystem.EventHandler<WixToolset.Mba.Core.ErrorEventArgs>
ExecuteBegin Event
Section titled “ExecuteBegin Event”Fired when the engine has begun installing packages.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteBeginEventArgs> ExecuteBeginSystem.EventHandler<WixToolset.Mba.Core.ExecuteBeginEventArgs>
ExecuteComplete Event
Section titled “ExecuteComplete Event”Fired when the engine has completed installing packages.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteCompleteEventArgs> ExecuteCompleteSystem.EventHandler<WixToolset.Mba.Core.ExecuteCompleteEventArgs>
ExecuteFilesInUse Event
Section titled “ExecuteFilesInUse Event”Fired when a package sends a files in use installation message.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteFilesInUseEventArgs> ExecuteFilesInUseSystem.EventHandler<WixToolset.Mba.Core.ExecuteFilesInUseEventArgs>
ExecuteMsiMessage Event
Section titled “ExecuteMsiMessage Event”Fired when Windows Installer sends an installation message.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteMsiMessageEventArgs> ExecuteMsiMessageSystem.EventHandler<WixToolset.Mba.Core.ExecuteMsiMessageEventArgs>
ExecutePackageBegin Event
Section titled “ExecutePackageBegin Event”Fired when the engine has begun installing a specific package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecutePackageBeginEventArgs> ExecutePackageBeginSystem.EventHandler<WixToolset.Mba.Core.ExecutePackageBeginEventArgs>
ExecutePackageComplete Event
Section titled “ExecutePackageComplete Event”Fired when the engine has completed installing a specific package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecutePackageCompleteEventArgs> ExecutePackageCompleteSystem.EventHandler<WixToolset.Mba.Core.ExecutePackageCompleteEventArgs>
ExecutePatchTarget Event
Section titled “ExecutePatchTarget Event”Fired when the engine executes one or more patches targeting a product.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecutePatchTargetEventArgs> ExecutePatchTargetSystem.EventHandler<WixToolset.Mba.Core.ExecutePatchTargetEventArgs>
ExecuteProcessCancel Event
Section titled “ExecuteProcessCancel Event”Fired when a package that spawned a process is cancelled.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteProcessCancelEventArgs> ExecuteProcessCancelSystem.EventHandler<WixToolset.Mba.Core.ExecuteProcessCancelEventArgs>
ExecuteProgress Event
Section titled “ExecuteProgress Event”Fired by the engine while executing a package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ExecuteProgressEventArgs> ExecuteProgressSystem.EventHandler<WixToolset.Mba.Core.ExecuteProgressEventArgs>
LaunchApprovedExeBegin Event
Section titled “LaunchApprovedExeBegin Event”Fired when the engine is about to launch the preapproved executable.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.LaunchApprovedExeBeginEventArgs> LaunchApprovedExeBeginSystem.EventHandler<WixToolset.Mba.Core.LaunchApprovedExeBeginEventArgs>
LaunchApprovedExeComplete Event
Section titled “LaunchApprovedExeComplete Event”Fired when the engine has completed launching the preapproved executable.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.LaunchApprovedExeCompleteEventArgs> LaunchApprovedExeCompleteSystem.EventHandler<WixToolset.Mba.Core.LaunchApprovedExeCompleteEventArgs>
PauseAutomaticUpdatesBegin Event
Section titled “PauseAutomaticUpdatesBegin Event”Fired when the engine is about to pause Windows automatic updates.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PauseAutomaticUpdatesBeginEventArgs> PauseAutomaticUpdatesBeginSystem.EventHandler<WixToolset.Mba.Core.PauseAutomaticUpdatesBeginEventArgs>
PauseAutomaticUpdatesComplete Event
Section titled “PauseAutomaticUpdatesComplete Event”Fired when the engine has completed pausing Windows automatic updates.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PauseAutomaticUpdatesCompleteEventArgs> PauseAutomaticUpdatesCompleteSystem.EventHandler<WixToolset.Mba.Core.PauseAutomaticUpdatesCompleteEventArgs>
PlanBegin Event
Section titled “PlanBegin Event”Fired when the engine has begun planning the installation.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanBeginEventArgs> PlanBeginSystem.EventHandler<WixToolset.Mba.Core.PlanBeginEventArgs>
PlanCompatibleMsiPackageBegin Event
Section titled “PlanCompatibleMsiPackageBegin Event”Fired when the engine plans a new, compatible package using the same provider key.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanCompatibleMsiPackageBeginEventArgs> PlanCompatibleMsiPackageBeginSystem.EventHandler<WixToolset.Mba.Core.PlanCompatibleMsiPackageBeginEventArgs>
PlanCompatibleMsiPackageComplete Event
Section titled “PlanCompatibleMsiPackageComplete Event”Fired when the engine has completed planning the installation of a specific package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanCompatibleMsiPackageCompleteEventArgs> PlanCompatibleMsiPackageCompleteSystem.EventHandler<WixToolset.Mba.Core.PlanCompatibleMsiPackageCompleteEventArgs>
PlanComplete Event
Section titled “PlanComplete Event”Fired when the engine has completed planning the installation.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanCompleteEventArgs> PlanCompleteSystem.EventHandler<WixToolset.Mba.Core.PlanCompleteEventArgs>
PlanForwardCompatibleBundle Event
Section titled “PlanForwardCompatibleBundle Event”Fired when the engine is about to plan a forward compatible bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanForwardCompatibleBundleEventArgs> PlanForwardCompatibleBundleSystem.EventHandler<WixToolset.Mba.Core.PlanForwardCompatibleBundleEventArgs>
PlanMsiFeature Event
Section titled “PlanMsiFeature Event”Fired when the engine is about to plan a feature in an MSI package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanMsiFeatureEventArgs> PlanMsiFeatureSystem.EventHandler<WixToolset.Mba.Core.PlanMsiFeatureEventArgs>
PlanMsiPackage Event
Section titled “PlanMsiPackage Event”Fired when the engine is planning an MSI or MSP package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanMsiPackageEventArgs> PlanMsiPackageSystem.EventHandler<WixToolset.Mba.Core.PlanMsiPackageEventArgs>
PlannedCompatiblePackage Event
Section titled “PlannedCompatiblePackage Event”Fired when the engine has completed planning a compatible package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlannedCompatiblePackageEventArgs> PlannedCompatiblePackageSystem.EventHandler<WixToolset.Mba.Core.PlannedCompatiblePackageEventArgs>
PlannedPackage Event
Section titled “PlannedPackage Event”Fired when the engine has completed planning a package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlannedPackageEventArgs> PlannedPackageSystem.EventHandler<WixToolset.Mba.Core.PlannedPackageEventArgs>
PlanPackageBegin Event
Section titled “PlanPackageBegin Event”Fired when the engine has begun getting the BA’s input for planning a package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanPackageBeginEventArgs> PlanPackageBeginSystem.EventHandler<WixToolset.Mba.Core.PlanPackageBeginEventArgs>
PlanPackageComplete Event
Section titled “PlanPackageComplete Event”Fired when the engine has completed getting the BA’s input for planning a package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanPackageCompleteEventArgs> PlanPackageCompleteSystem.EventHandler<WixToolset.Mba.Core.PlanPackageCompleteEventArgs>
PlanPatchTarget Event
Section titled “PlanPatchTarget Event”Fired when the engine is about to plan a target of an MSP package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanPatchTargetEventArgs> PlanPatchTargetSystem.EventHandler<WixToolset.Mba.Core.PlanPatchTargetEventArgs>
PlanRelatedBundle Event
Section titled “PlanRelatedBundle Event”Fired when the engine has begun planning for a related bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanRelatedBundleEventArgs> PlanRelatedBundleSystem.EventHandler<WixToolset.Mba.Core.PlanRelatedBundleEventArgs>
PlanRelatedBundleType Event
Section titled “PlanRelatedBundleType Event”Fired when the engine has begun planning the related bundle relation type.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanRelatedBundleTypeEventArgs> PlanRelatedBundleTypeSystem.EventHandler<WixToolset.Mba.Core.PlanRelatedBundleTypeEventArgs>
PlanRestoreRelatedBundle Event
Section titled “PlanRestoreRelatedBundle Event”Fired when the engine has begun planning an upgrade related bundle for restoring in case of failure.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanRestoreRelatedBundleEventArgs> PlanRestoreRelatedBundleSystem.EventHandler<WixToolset.Mba.Core.PlanRestoreRelatedBundleEventArgs>
PlanRollbackBoundary Event
Section titled “PlanRollbackBoundary Event”Fired when the engine is planning a rollback boundary.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.PlanRollbackBoundaryEventArgs> PlanRollbackBoundarySystem.EventHandler<WixToolset.Mba.Core.PlanRollbackBoundaryEventArgs>
Progress Event
Section titled “Progress Event”Fired when the engine has changed progress for the bundle installation.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ProgressEventArgs> ProgressSystem.EventHandler<WixToolset.Mba.Core.ProgressEventArgs>
RegisterBegin Event
Section titled “RegisterBegin Event”Fired when the engine has begun registering the location and visibility of the bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.RegisterBeginEventArgs> RegisterBeginSystem.EventHandler<WixToolset.Mba.Core.RegisterBeginEventArgs>
RegisterComplete Event
Section titled “RegisterComplete Event”Fired when the engine has completed registering the location and visibility of the bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.RegisterCompleteEventArgs> RegisterCompleteSystem.EventHandler<WixToolset.Mba.Core.RegisterCompleteEventArgs>
RollbackMsiTransactionBegin Event
Section titled “RollbackMsiTransactionBegin Event”Fired when the engine is about to rollback an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.RollbackMsiTransactionBeginEventArgs> RollbackMsiTransactionBeginSystem.EventHandler<WixToolset.Mba.Core.RollbackMsiTransactionBeginEventArgs>
RollbackMsiTransactionComplete Event
Section titled “RollbackMsiTransactionComplete Event”Fired when the engine has completed rolling back an MSI transaction.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.RollbackMsiTransactionCompleteEventArgs> RollbackMsiTransactionCompleteSystem.EventHandler<WixToolset.Mba.Core.RollbackMsiTransactionCompleteEventArgs>
SetUpdateBegin Event
Section titled “SetUpdateBegin Event”Fired when the engine has begun to setup the update package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.SetUpdateBeginEventArgs> SetUpdateBeginSystem.EventHandler<WixToolset.Mba.Core.SetUpdateBeginEventArgs>
SetUpdateComplete Event
Section titled “SetUpdateComplete Event”Fired when the engine has completed setting up the update package.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.SetUpdateCompleteEventArgs> SetUpdateCompleteSystem.EventHandler<WixToolset.Mba.Core.SetUpdateCompleteEventArgs>
Shutdown Event
Section titled “Shutdown Event”Fired when the engine is shutting down the bootstrapper application.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.ShutdownEventArgs> ShutdownSystem.EventHandler<WixToolset.Mba.Core.ShutdownEventArgs>
Startup Event
Section titled “Startup Event”Fired when the engine is starting up the bootstrapper application.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.StartupEventArgs> StartupSystem.EventHandler<WixToolset.Mba.Core.StartupEventArgs>
SystemRestorePointBegin Event
Section titled “SystemRestorePointBegin Event”Fired when the engine is about to take a system restore point.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.SystemRestorePointBeginEventArgs> SystemRestorePointBeginSystem.EventHandler<WixToolset.Mba.Core.SystemRestorePointBeginEventArgs>
SystemRestorePointComplete Event
Section titled “SystemRestorePointComplete Event”Fired when the engine has completed taking a system restore point.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.SystemRestorePointCompleteEventArgs> SystemRestorePointCompleteSystem.EventHandler<WixToolset.Mba.Core.SystemRestorePointCompleteEventArgs>
UnregisterBegin Event
Section titled “UnregisterBegin Event”Fired when the engine unregisters the bundle.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.UnregisterBeginEventArgs> UnregisterBeginSystem.EventHandler<WixToolset.Mba.Core.UnregisterBeginEventArgs>
UnregisterComplete Event
Section titled “UnregisterComplete Event”Fired when the engine unregistration is complete.
Declaration
Section titled “Declaration”public System.EventHandler<WixToolset.Mba.Core.UnregisterCompleteEventArgs> UnregisterCompleteSystem.EventHandler<WixToolset.Mba.Core.UnregisterCompleteEventArgs>