Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

Anchor
_heading=h.30j0zll
_heading=h.30j0zll
Introduction

...

Info

Note: In case the machine doesn't have access to the internet then either the Microsoft website should be whitelisted or the executable file of the Visual Studio need to be brought inside to that machine. Here is the download link: https://www.microsoft.com/en-us/download/details.aspx?id=48217

Anchor
_heading=h.3znysh7
_heading=h.3znysh7
Installation through CLI

...

The arguments can be passed directly to the msiexec command, e.g: msiexec /i "path_to_msi.msi" LAUNCHAGENT=0

The arguments can be passed directly to the msiexec command, e.g: msiexec /i "path_to_msi.msi" CONFIGFILE=C:\Users\Administrator\Desktop\installerConfig.json

Anchor
_heading=h.1t3h5sf
_heading=h.1t3h5sf
References

MSI file installation through GPO:
https://community.spiceworks.com/how_to/160869-how-to-install-exe-with-group-policy

MSI file installation through SCCM: https://pdf.wondershare.com/business/how-to-deploy-software-with-sccm.html

Further installation steps

...