October 30, 200520 yr Hello, who knows the switches for an unattended install of VMware 5.0 ?i have found this by using the search:http://www.msfn.org/board/index.php?showto...=vmware++silentit dont help me out because i dont use autoit. so i am curious too how to install this unattended Edited November 1, 200520 yr by SolidasRock
November 1, 200520 yr Im looking for same, and found this via our friendly search engine.....http://www.vmware.com/support/ws5/doc/ws_install_silent.htmlGonna try out soon myself, will keep you posted, unless you get there before me!!!
November 2, 200520 yr hmm nice...going to try toREG ADD %KEY%\174 /VE /D "VMware" /fREG ADD %KEY%\174 /V 1 /D "%CDROM%\Software\vm\VMware.msi /qn DESKTOP_SHORTCUT=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx" /f
November 2, 200520 yr hmm nice...going to try toREG ADD %KEY%\174 /VE /D "VMware" /fREG ADD %KEY%\174 /V 1 /D "%CDROM%\Software\vm\VMware.msi /qn DESKTOP_SHORTCUT=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx" /fTHANKS MUIZ!!
November 3, 200520 yr Here's what I use for mine. It's the d/l from the VMTN subscription, but I imagine that it's the same (don't know why it's an exe rather than an msi).CALL :BuildPackage "Installing VMWare 5.0.0-13124" ^ "%AUTOPATH%\System\VMWare\VMware-workstation-5.0.0-13124.exe /s /v/qb" ^ "*REGEDIT /S %AUTOPATH%\System\VMWare\VMWare.reg" type %PACKAGE_LOG% >> %XPCD_LOGFILE% Edited November 3, 200520 yr by gosherm
November 24, 200520 yr this is how i did it :VMware-workstation-5.5.0-18007.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"
November 24, 200520 yr this is how i did it :VMware-workstation-5.5.0-18007.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"ahhh... no need to get the msi with /a extracting... i will give your path a try, thanks
November 24, 200520 yr this is how i did it :VMware-workstation-5.5.0-18007.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1" i get a error,cant find the vmware-workstation-5.5.0-18007.exe /s /vi think your " is placed on the wrong place...
November 25, 200520 yr no it's correct but i use this in WPI :cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"']the " needs to be right after /v ---> so it is /v" and the " ends after DESKTOP_SHORTCUT=1
November 25, 200520 yr no it's correct but i use this in WPI :cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1"']the " needs to be right after /v ---> so it is /v" and the " ends after DESKTOP_SHORTCUT=1ok, i will give it a try (again)...
November 25, 200520 yr btw if you don't want it to reboot your pc after install use this one :cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v"ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1 /qn"']i moved the /qn
November 25, 200520 yr btw if you don't want it to reboot your pc after install use this one :cmd1[pn]=['%cdrom%\\Applications\\VMware\\VMware.exe /s /v"ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=1 /qn"']i moved the /qnok, i will give it a try (yes again)... EDIT: it works fine now. so no need to make a admin install anymore. thank you Edited November 25, 200520 yr by SolidasRock
November 27, 200520 yr With the above command line, what would I add (and where) to change the install directory? Is it:INSTALLDIR=xxxx?Thanks
Create an account or sign in to comment