Fix ProgramFiles Variable
This commit is contained in:
parent
e62a402ef2
commit
384f504667
|
@ -8,7 +8,7 @@ WinBatch_Setup
|
||||||
Sub_HandleExitCode
|
Sub_HandleExitCode
|
||||||
|
|
||||||
[WinBatch_Setup]
|
[WinBatch_Setup]
|
||||||
"%ProgramFiles%\Microsoft VS Code\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG="%opsiLogDir%\vscode-uninstall.log"
|
"%ProgramFilesDir%\Microsoft VS Code\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG="%opsiLogDir%\vscode-uninstall.log"
|
||||||
|
|
||||||
; VERYSILENT unterdrückt das Installationsfenster
|
; VERYSILENT unterdrückt das Installationsfenster
|
||||||
; SUPPRESSMSGBOXES unterdrückt Benachrichtigungsfenster
|
; SUPPRESSMSGBOXES unterdrückt Benachrichtigungsfenster
|
||||||
|
|
Loading…
Reference in New Issue