Skip to main content

Pre-Actions

The Pre-Actions section configures actions that run before Installation, Uninstallation, or Repair. When an MSI is added under Main Actions, Master Wrapper reads the shortcut table and automatically adds all executables to Processes to be closed.

Master Wrapper Pre-Actions section

Available options

OptionDescription
Progress barDisplays the PSADT progress bar during the process.
Welcome windowDisplays a PSADT window that asks the user to close conflicting applications before the process starts.
Processes to be closedLists the processes to stop before the process starts. Enter the process name without the .exe extension.
Countdown timeNumber of seconds before the specified processes are closed automatically. This value cannot be greater than the UI timeout configured in Configuration. It only applies when deferral is not allowed or has expired.
Force countdownShows the countdown timer even when deferrals are still available.
Minimize windowsMinimizes other windows when the prompt is displayed.
Block executionPrevents the user from launching the processes listed in Processes to be closed.
Allow deferAdds a button that allows the user to defer the process.
Custom promptDisplays a PSADT prompt with custom text before the process starts. Supported formatting tags are [url], [accent], [bold], and [italic].

Example process entry: @{ Name = 'MasterPackager' }