What is It? Microsoft Visual Studio Code is a source code editor developed by Microsoft for Windows , Linux and macOS . It includes support for debugging , embedded Git control, syntax highlighting , intelligent code completion , snippets , and code refactoring . It is also customizable, so users can change the editor's theme , keyboard shortcuts , and preferences. It is free and open-source , although the official download is under a proprietary license . The source is ava ilab le for dow nload here . How to Install Silently? To Install: Step 1: Download the source from web and get the installer "VSCodeSetup-x64-1.18.0.exe" Step 2: Run following command: VSCodeSetup-x64-1.18.0.exe /VERYSILENT /NORESTART /LOADINF=setup.inf /VERYSILENT: ...
This blog describes some of the packaging standards. Also contains methods to silently install different applications or handling their configuration for mass deployements.