Fixed mistake
This commit is contained in:
@@ -137,6 +137,7 @@ function InstallApps {
|
|||||||
InstallMsi -app "regressi-mpeg-setup.msi"
|
InstallMsi -app "regressi-mpeg-setup.msi"
|
||||||
if (Test-Path 'C:\Users\Admin\AppData\Roaming\Microsoft\Start Menu\Programs\Regressi.ink') {
|
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
|
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"
|
InstallZip -zip "regavi.zip" -exe "regavi.exe" -app "regavi"
|
||||||
InstallExe -app "Radiochr.exe"
|
InstallExe -app "Radiochr.exe"
|
||||||
@@ -148,7 +149,7 @@ function InstallApps {
|
|||||||
InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi"
|
InstallZipMsi -zip "Anagene.zip" -msi "Anagene.msi"
|
||||||
InstallZip -zip "EduPython.zip" -exe "EduPython.exe" -app "EduPython" -skipIf "C:\Program Files\EduPython"
|
InstallZip -zip "EduPython.zip" -exe "EduPython.exe" -app "EduPython" -skipIf "C:\Program Files\EduPython"
|
||||||
InstallZip -zip "rastop.zip" -exe "RasTop.exe" -app "RasTop"
|
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" {
|
"Info" {
|
||||||
InstallMsi -app "EV3_Classroom_Windows_1.5.3_Global.msi"
|
InstallMsi -app "EV3_Classroom_Windows_1.5.3_Global.msi"
|
||||||
|
|||||||
Reference in New Issue
Block a user