Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VMWare 5.0 how to install Silent?

Featured Replies

Hello,

who knows the switches for an unattended install of VMware 5.0 ?


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

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

THANKS MUIZ!! :thumbup

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

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"

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

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

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

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:

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

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

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.