Remove whitespace in command
This commit is contained in:
parent
d56073b2e7
commit
e62a402ef2
|
@ -33,7 +33,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
[WinBatch_Setup]
|
[WinBatch_Setup]
|
||||||
%ScriptPath%\data\VSCodeSetup-x64-$Version$.exe /VERYSILENT /SUPPRESSMSGBOXES /MERGETASKS="!runcode$ContextMenuArguments$ $DesktopShortcutArgument$" /LOG="%opsiLogDir%\vscode-install.log"
|
%ScriptPath%\data\VSCodeSetup-x64-$Version$.exe /VERYSILENT /SUPPRESSMSGBOXES /MERGETASKS="!runcode$ContextMenuArguments$$DesktopShortcutArgument$" /LOG="%opsiLogDir%\vscode-install.log"
|
||||||
|
|
||||||
; VERYSILENT unterdrückt das Installationsfenster
|
; VERYSILENT unterdrückt das Installationsfenster
|
||||||
; SUPPRESSMSGBOXES unterdrückt Benachrichtigungsfenster
|
; SUPPRESSMSGBOXES unterdrückt Benachrichtigungsfenster
|
||||||
|
|
Loading…
Reference in New Issue