test for app before installing

This commit is contained in:
2022-09-26 17:24:06 -04:00
parent b516722d51
commit cb885412ef
+2
View File
@@ -1,3 +1,5 @@
If ( Test-Path "${Env:ProgramFiles}\simpleinout-desktop\Simple In Out.exe" ) { LogMsg "Simple In/Out is already installed." ; Exit }
# Specify the URL to download the app from
$URL = 'https://downloads.simpleinout.com/desktop/Simple-In-Out.msi'