From 007b99748719f61455a92f0bdd7c55baf818a4b8 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 20 Jun 2024 15:13:12 +0200 Subject: [PATCH] Fixed mistake --- setupApps.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setupApps.ps1 b/setupApps.ps1 index c28cf14..1b5ef8a 100644 --- a/setupApps.ps1 +++ b/setupApps.ps1 @@ -137,6 +137,7 @@ function InstallApps { InstallMsi -app "regressi-mpeg-setup.msi" if (Test-Path 'C:\Users\Admin\AppData\Roaming\Microsoft\Start Menu\Programs\Regressi.ink') { Move-Item -Path 'C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Regressi.lnk' -Destination 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\' -Force + Copy-Item -Path 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Regressi.lnk' -Destination 'C:\Users\Public\Desktop\' -Force } InstallZip -zip "regavi.zip" -exe "regavi.exe" -app "regavi" InstallExe -app "Radiochr.exe" @@ -148,7 +149,7 @@ function InstallApps { InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi" InstallZip -zip "EduPython.zip" -exe "EduPython.exe" -app "EduPython" -skipIf "C:\Program Files\EduPython" InstallZip -zip "rastop.zip" -exe "RasTop.exe" -app "RasTop" - InstallExe -app "SalsaJ_2_3.exe" + InstallExeSetup -app "SalsaJ_2_3.exe" -skipIf "C:\Program Files (x86)\SalsaJ" } "Info" { InstallMsi -app "EV3_Classroom_Windows_1.5.3_Global.msi"