Contents
Table of Contents |
---|
Anchor | ||||
---|---|---|---|---|
|
...
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 | ||||
---|---|---|---|---|
|
...
The arguments can be passed directly to the msiexec command, e.g: msiexec /i "path_to_msi.msi" LAUNCHAGENT=0
CONFIGFILE - determines configuration used during the deployment, see more: Agent - installerConfig.json
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 | ||||
---|---|---|---|---|
|
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
...