Kace Script for installing GoToMeeting
Hi,
I was wondering if anyone has had any luck with a Kace deployment script to deploy GoToMeeting IT Installer MSI file?
The users that I am deploying the application aren't local administrators on their computers. Hoping to perform a silent install and place a shortcut on their Desktop & Start Menu on Windows 10.
Version used: G2MSetup10.0.14649_IT.msi
Script that will register the app as installed, but won't install in Start Menu or place a Desktop shortcut:
[code] /i G2MSetup10.0.14649_IT.msi /quiet [/code]
Thanks,
Brandon
1 Comment
[ + ] Show comment
Answers (0)
Please log in to answer
Be the first to answer this question
msiexec /i G2MSetup10.4.15939_IT.msi /qn G2MINSTALLFORALLUSERS=1 G2MRUNATLOGON=false G2MINTEGRATION=Auto G2PERFORMAVC=false
and it places icon on desktop and start menu. - ghancock 4 years ago