From 7a54eeb5152a759036ef7b77cc92b983f7891014 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Wed, 20 Apr 2022 06:32:50 +0200 Subject: [PATCH] Readme Mods --- Winget-AutoUpdate/mods/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Winget-AutoUpdate/mods/README.md diff --git a/Winget-AutoUpdate/mods/README.md b/Winget-AutoUpdate/mods/README.md new file mode 100644 index 0000000..389a360 --- /dev/null +++ b/Winget-AutoUpdate/mods/README.md @@ -0,0 +1,13 @@ +# Winget-Install + +## Mods + +The Mod feature allows you to run an additional script when installing or uninstalling an app. +Just put the script with the App ID followed by the "-install" or "-uninstall" suffix to be considered. +`AppID-install.ps1` or `AppID-uninstall.ps1` +and put this in the Mods directory +> Example: +> If you want to run a script just after uninstalling FileZilla, call your script like this: +> `TimKosse.FileZilla.Client-uninstall.ps1` + +In the case of FileZilla it spawns a process "Un_A.exe" (NullSoft) as a graphical uninstallation and this we will have to wait for completion of before moving on to checking if the uninstallation suceeded or not.