Jump to content

Recommended Posts


Posted

hmm nice...

going to try to

REG ADD %KEY%\174 /VE /D "VMware" /f
REG ADD %KEY%\174 /V 1 /D "%CDROM%\Software\vm\VMware.msi /qn DESKTOP_SHORTCUT=0 SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx" /f

Posted (edited)

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 by gosherm
  • 3 weeks later...
Posted

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"

Posted
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 ;)

Posted
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 /v

i think your " is placed on the wrong place...

Posted

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

Posted
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

ok, i will give it a try (again)... :yes:

Posted

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

Posted (edited)
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

ok, i will give it a try (yes again)... :yes:

EDIT: it works fine now. so no need to make a admin install anymore. thank you :)

Edited by SolidasRock

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...