Jump to content

Recommended Posts


Posted

:) 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

Posted

This is what i have, is it correct???

I'm getting confused with all the backslashes for additional quotations

REG ADD %KEY%\035 /VE /D "VMware Workstation" /f

REG 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

Posted

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.)

Posted

for me ...

it's syntac

start /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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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