VMware Horizon Community
TomHafemann
Contributor
Contributor

View Client 3.3 msi install options

Hello all,

I am trying to get the MSI install for view to use in ZCM, to install the view client automatically and silently.

I got the latest view client.exe from online and performed an administrative install, which gave me an msi and a bunch of other files.  I did do a hash on the file and determined that it was a good download.

I got the msi and all the files, and I am trying to use it to do the install.  Not working.

I am running "msiexec /i  VMware-Horizon-View-Client-X86_64-3.3.0-2507564.msi /qn"

Nothing happens or installs.

Ideas?

TIA

Reply
0 Kudos
6 Replies
vmwarejianjun
VMware Employee
VMware Employee

Please use installer.exe /x to extract the msi into the %temp% folder, then run this msi (you can find it in the latest created folder in %temp%) with the cmd you used, it works.

Reply
0 Kudos
nzorn
Expert
Expert

I use ZCM to deploy the View client to our physical machines.

Command: VMware-Horizon-View-Client-x86_64-3.1.0-2085634.exe

Command Line Parameters: /s /v/qn DESKTOP_SHORTCUT=0 VDM_SERVER="View.Connection.Server.URL" REBOOT=Reallysupress

Success Return Codes: 3010

Reply
0 Kudos
TomHafemann
Contributor
Contributor

So....you must first push down the EXE to a local drive and run it from there?

Reply
0 Kudos
nzorn
Expert
Expert

I run the installation EXE from the network.

Reply
0 Kudos
TomHafemann
Contributor
Contributor

AH....so you have set up an network share, on a drive that is common to everyone?

Reply
0 Kudos
nzorn
Expert
Expert

Yes, it's just a simple UNC path, you can run it however you like though (Local or Network).

Reply
0 Kudos