FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d04a89cf authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Merge branch 'vscode.xml' into 'master'

Vscode.xml

See merge request !12
parents ed7ce994 0d17de22
No related branches found
Tags v3.062
1 merge request!12Vscode.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- vim: set softtabstop=3: -->
<packages>
<package id="vscode" name="Visual Studio Code" revision="%version%.1" priority="0" reboot="false">
<variable name="version" value="1.42.1" />
<check type="uninstall" path="Microsoft Visual Studio Code" condition="versiongreaterorequal" value="%version%" />
<!-- the silent installer defaults to launching the software unless we specify the extra MERGETASKS flag:
https://stackoverflow.com/questions/42582230/how-to-install-visual-studio-code-silently-without-auto-open-when-installation
https://github.com/Microsoft/vscode/issues/19319 -->
<install cmd='%WPKGSOFTWARE%\microsoft.com\vscode\vscodesetup-x64-%version%.exe /VERYSILENT /MERGETASKS=!runcode ' />
<upgrade include='remove' />
<upgrade include='install' />
<remove cmd='"%programfiles%\Microsoft VS Code\unins000.exe" /VERYSILENT' />
</package>
</packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment