This is part of the Fake.Installer.Wix module.
Determines what action should be taken on an error.
Union Case | Description |
Critical
Signature:
|
Logs the error if it is possible and the system is restarted with the last configuration known to be good. If the last-known-good configuration is being started, the startup operation fails.
|
Ignore
Signature:
|
Logs the error and continues with the startup operation.
|
Normal
Signature:
|
Logs the error, displays a message box and continues the startup operation.
|