Still no luck I tryed it this way it seems to start installation but never finshed below the part of my config.js
prog[pn]=['VMware5.5'];
ordr[pn]=[615];
desc[pn]=['VMware workstation 5.5'];
uid[pn]=['VMware5.5'];
dflt[pn]=['yes'];
cat[pn]=['Utilities'];
forc[pn]=['no'];
gcond[pn]=['FileExists(\'%progordrfiles%\\\')'];
cmd1[pn]=['%wpipath%\\Install\\Applications\\VMWARE\\VMware.exe /v" /qn ADDLOCAL=ALL DISABLE_AUTORUN=0 SERIALNUMBER=*********************"'];
pn++;
prog[pn]=['VMware Tools']
uid[pn]=['VMwareTools']
ordr[pn]=[618]
cmd1[pn]=['%wpipath%\\INSTALL\\Applications\\VMWARE\\071_VMwareTools.EXE /s'];
dflt[pn]=['yes']
cat[pn]=['System']
pn++;
PS.
Vmware 5.5 install with no problem it's the vmware tools won't install.
regards