colbyhenderson Posted June 19, 2013 Report post Posted June 19, 2013 Hello! I have a most bizarre issue. I'm trying to deploy VMWare View client with switches to include connection server. The 32bit version works like a charm, however the 64bit does not and they have the exact same switches with the install file being the only difference. Any and all tips and input are greatly appreciated. 32bit install script: VMware-viewclient-5.2.1-937772.exe /s /v"/q DESKTOP_SHORTCUT=1 VDM_SERVER=servername INSTALLDIR="C:\Program FIles\VMWare\VMWare View\Client" ADDLOCAL=Core,TSSO,USB REBOOT=ReallySuppress" 64bit install script: VMware-viewclient-x86_64-5.2.1-937772.exe /s /v"/q DESKTOP_SHORTCUT=1 VDM_SERVER=desktop.tranow.com INSTALLDIR="C:\Program FIles\VMWare\VMWare View\Client" ADDLOCAL=Core,TSSO,USB REBOOT=ReallySuppress" The 64bit version fails almost instantly after downloading content and attempting to install with the error code "The software change returned error code 0x643(1603)." Again any and all tips and input are greatly appreciated Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted June 19, 2013 Report post Posted June 19, 2013 Create a log file with the additional switch /L*v c:\Windows\temp\installvmc.log Then post the log file. Your Installation command looks correct. Quote Share this post Link to post Share on other sites More sharing options...
colbyhenderson Posted June 19, 2013 Report post Posted June 19, 2013 Well as it turns out this is now working with a complete re-install run of the OSD Task Sequence. In researching this I found someone talking about a problem with needing to manually clean up things after any version of VMWare View was installed or even attempted to install. The error is not the appropriate error in my mind but it is now resolved. Thanks though! Quote Share this post Link to post Share on other sites More sharing options...