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 6.0 Silent Install

Featured Replies

Hi. I'm trying to do a silent install of VMWare Workstation 6.0 ACE Edition. I have successfully made it install via administrative package/MSIEXEC but I have one problem:

1. It still restarts! Obviously, this is not what I want.

Does anyone know of a fix?

Also, is there a guide somewhere for Silent iTunes 7 installation?

/qb INSTALLDIR=%programfiles%\[system.toolz]\vm.ware REBOOT=ReallySuppress

this is what I use and then import the registry entries needed for serialization/registration works flawlessly everytime

Hi. I'm trying to do a silent install of VMWare Workstation 6.0 ACE Edition. I have successfully made it install via administrative package/MSIEXEC but I have one problem:

1. It still restarts! Obviously, this is not what I want.

Does anyone know of a fix?

Also, is there a guide somewhere for Silent iTunes 7 installation?

Ask shark007

Edited by sp00f

I do it like this.

extract vmware;

setup.exe /a /s /v /qn TARGETDIR=%systemdrive%\vmware

This will extract the vmware installer into C:\vmware (or whatever your system drive is)

------------------------------------------------------------------------------------------------------------------------------------------------

Create a batch file called install.bat

Place these lines in it

@ECHO OFF

start /wait /i vmware.msi /qn REBOOT=REALLYSUPPRESS ADDLOCAL=ALL DESKTOPSHORTCUT=1 SERIALNUMBER=XXXXX-XXXXX-XXXXX-XXXXX

copy /y preferences.ini "%userprofile%\application data\vmware\"

Put your serial number there at the end replacing XXXXX-XXXXX-XXXXX-XXXXX

Don't forget the dashes.

Place your preferences.ini from your current vmware installation into the same directory you extracted vmware into

You can see that path above, this might be C:\Documents and Settings\Administrator\Application Data\VMware for instance.

Place install.bat into the same directory you extracted vmware into.

I use winrar to create the sfx with the following settings. (you can use whatever you like)

------------------------------------------------------------------------------------------------------------------------------------------------

sfx settings;

archive name = vmware.exe

create sfx

create solid archive

compression = best

sfx advanced options;

general;

%userprofile%\local settings\temp\

absolute path

don't save and restore paths

run after;

install.bat

modes;

unpack to temporary folder

hide all

overwrite all files

------------------------------------------------------------------------------------------------------------------------------------------------

hope this helps, cheers.

The simple way! :thumbup

VMware-workstation-6.0.0-45731.exe /S /v"/qr SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx DESKTOP_SHORTCUT=0 DISABLE_AUTORUN=0 REBOOT=0"

:hello:

Hi. I'm trying to do a silent install of VMWare Workstation 6.0 ACE Edition. I have successfully made it install via administrative package/MSIEXEC but I have one problem:

1. It still restarts! Obviously, this is not what I want.

Does anyone know of a fix?

Also, is there a guide somewhere for Silent iTunes 7 installation?

check PM

I prefer my way, the installer is MUCH smaller, and I can import my settings. :)

I prefer my way, the installer is MUCH smaller, and I can import my settings. :)

Did you try your installer on another OS ? :sneaky:

yes, it works fine on windows2000 and XP.

Edited by Fungus

I don't have these operatings systems , so I couldn't say. :)

Wanna try it?

I prefer my way, the installer is MUCH smaller, and I can import my settings. smile.gif

If you want it small....don't use winrar SFX read my tuto here. If you can get it smaller then my way...tell me ;)

7zip is not usable on older systems which have low amounts of ram. Otherwise I would probably use it. (I have some legacy machines I use for developing and testing.)

I have been bugging the UPX developers to make the --exact switch really make files exactly as they were (byte for byte) before compression. I have done some tests with it as is, and with .exe, .dll , .ocx and .scr files it gets far better compression ratio than either winrar or 7zip if the files are precompressed with all options including the resources. This could be scripted inside a batch or cmd script to uncompress the executable files, and make the compression ratio even higher. It would also allow for compression of windows component files and other things which have crc checks and must not be modified in any way. The AbodeReader installer uses such a technique with a modified UPX, to obtain it's very small installer size.

Edited by Fungus

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.