August 12, 200422 yr Can anyone help with a switch to install VMware silently and enter the registration number as well ??
August 12, 200422 yr Have a look at this link. This is how I install VMware silently in my unattended and it works perfectly. It is at the bottom of the page.Installing VMware Workstation Silently
August 13, 200422 yr Author I don't know what I'm doing wrong, but I just can't get this happening.Could you possibly post your command lines so i can reference off them please
August 13, 200422 yr Author This is what i have, is it correct???I'm getting confused with all the backslashes for additional quotationsREG ADD %KEY%\035 /VE /D "VMware Workstation" /fREG ADD %KEY%\035 /V 1 /D "\"%CDROM%\Software\VMware\msiexec -i \"%CDROM%\XPCD\Software\VMware\VMware Workstation.msi\" INSTALLDIR="\"C:\Program Files\VMware\" ADDLOCAL=ALL DISABLE_AUTORUN=1 SERIALNUMBER="\"<Serial Number>\" /qn" /f
August 18, 200422 yr Hello. I got it working like this:msiexec -i "VMware.msi" INSTALLDIR="%ProgramFiles%\VMWare" ADDLOCAL=ALL DISABLE_AUTORUN=1 SERIALNUMBER=XXXXX-XXXXX-XXXXX-XXXXX /qn(Note: I renamed the .msi file, but you don't need to.)
August 19, 200422 yr for me ...it's syntacstart /wait msiexec -i "VMware.msi" INSTALLDIR="%ProgramFiles%\VMWare" ADDLOCAL=ALL DISABLE_AUTORUN=1 SERIALNUMBER=qqqq-qqqq-qqqq-qqqq /qn
Create an account or sign in to comment