From 92d7bec606c9b015ac8d33b384f21641bdc477c1 Mon Sep 17 00:00:00 2001 From: Theile Date: Mon, 26 Sep 2022 11:50:17 +0200 Subject: [PATCH] Update README.md --- MDM/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MDM/README.md b/MDM/README.md index 80f5d09..3ded69b 100644 --- a/MDM/README.md +++ b/MDM/README.md @@ -64,6 +64,10 @@ Two different kinds of App-installation scripts have been made. Some that is ver - App service Auto-install.sh - App VFA.sh +Here you can use scripts for Self Service (SS) or for Auto-install. THere will be a difference in how many notifications will be used and maybe handling of blocking processes. + +What is also differentiated is what kind of app it is. Is it of the kind of browser, that can often have critical security fixes, then we don’t want the user to postpone the installation, wheras a normal app can wait. A service app do not have to ask before installing, and should be able to install regardsliess if the app is currently running. + ## “App-install SS with swiftDialog and dockutil”-folder - App browser-security SS.sh @@ -72,3 +76,7 @@ Two different kinds of App-installation scripts have been made. Some that is ver - App service SS.sh - App VFA SS github.sh - App VFA SS.sh + +All of the notes for the above scripts are the same for these. + +But these scripts utilize __swiftDialog__ to show a more live progress for the installation, and they also have a setting to use __dockutil__ to add the software to the Dock of the user.