mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -253,15 +253,15 @@ The `BLOCKING_PROCESS_ACTION` variable controls the behavior of the script when
|
||||
|
||||
There are eight options:
|
||||
|
||||
- `ignore`: continue even when blocking processes are found.
|
||||
- `silent_fail`: exit script without prompt or installation.
|
||||
- `prompt_user`: (default) show a user dialog for each blocking process found abort after three attempts to quit (only if user accepts to quit the apps, otherwise the update is cancelled).
|
||||
- `prompt_user_then_kill`: show a user dialog for each blocking process found, attempt to quit two times, kill the process finally.
|
||||
- `ignore`: Continue even when blocking processes are found.
|
||||
- `silent_fail`: Exit script without prompt or installation.
|
||||
- `prompt_user`: Show a user dialog for each blocking process found abort after three attempts to quit (only if user accepts to quit the apps, otherwise the update is cancelled).
|
||||
- `prompt_user_then_kill`: Show a user dialog for each blocking process found, attempt to quit two times, kill the process finally.
|
||||
- `prompt_user_loop`: Like prompt-user, but clicking "Not Now", will just wait an hour, and then it will ask again.
|
||||
WARNING! It might block the MDM agent on the machine, as the scripts gets stuct in waiting until the hour has passed, possibly blocking for other management actions in this time.
|
||||
- `tell_user`: User will be showed a notification about the important update, but user is only allowed to quit and continue, and then we ask the app to quit.
|
||||
- `tell_user`: (Default) User will be showed a notification about the important update, but user is only allowed to quit and continue, and then we ask the app to quit. This is default.
|
||||
- `tell_user_then_kill`: Show dialog 2 times, and if the quitting fails, the blocking processes will be killed.
|
||||
- `kill`: kill process without prompting or giving the user a chance to save.
|
||||
- `kill`: Kill process without prompting or giving the user a chance to save.
|
||||
|
||||
If any process was closed, Installomator will try to open the app again, after the update process is done.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user