|
VMware-Player-2.0.0_45731.exe /v"/qb REBOOT=ReallySuppress ALLUSERS=2 DESKTOP_SHORTCUT=0 QUICKLAUNCH_SHORTCUT=0 STARTMENU_SHORTCUT=0" /l "%TEMP%\VMware-Player-2.0.0_45731.log"
http://www.appdeploy.com/packages/detail.asp?id=1086 The Parameter /v passes the string provided to the msi installer included in the.exe, alternatively you can use /a to extract the installer et voilá you have a plain .msi package. "REBOOT=ReallySuppress" does exactly what it suggests, the properties "*_SHORTCUTS" toggle if the respective shortcuts are created or not, but don't ask me about "ALLUSERS=2"... What we don't know, but would really like to, is how you can activate Shared Folders by default (without user intervention). Any clues? |