GoToMeeting
GoToMeeting has an MSI that I would love to see in the library. http://support.citrixonline.com/en_US/gotomeeting/all_files/GTM020012
I've tried deploying the MSI but the package always hangs.
2
GoToMeeting has an MSI that I would love to see in the library. http://support.citrixonline.com/en_US/gotomeeting/all_files/GTM020012
I've tried deploying the MSI but the package always hangs.
Comments
I posted this in another thread on here as well... I am using the following command line in PDQ Deploy to deploy this successfully:
msiexec.exe /i "G2MSetup5.4.1082_IT.msi" G2MRUNATLOGON=false ALLUSERS=1 /q /norestart
(obviously, this MSI name in that command will need to be adjusted to the name of the file you are using should a new version come out).
That worked perfectly. Thank you very much for sharing.
Please sign in to leave a comment.