Jump to content

Disable webupdate & EULA in Vmplayer 2.0


Recommended Posts

Posted

I am packaging VMWare player 2.0 and I would like to know how i can disable the web update and the eula of vmware player 2.0.

is it possible with a switch after the msiexec vmplayer.msi /qn ?

thanks


Posted (edited)
I am packaging VMWare player 2.0 and I would like to know how i can disable the web update and the eula of vmware player 2.0.

is it possible with a switch after the msiexec vmplayer.msi /qn ?

thanks

Hi

You can install VMWare player with these switches:

/qn /norestart ADDLOCAL=ALL DESKTOP_SHORTCUT=0 DISABLE_AUTORUN=0 QUICKLAUNCH_SHORTCUT=0

Modify to meet your needs.

For Eula and updates you need to create this folder:

X:\Documents and Settings\Your Name\Application Data\VMware

after installation and place inside a file named preferences.ini with this content:

pref.eula.0.appName = "VMware Player"
pref.vmplayer.webUpdateOnStartup = "FALSE"

Use batch scripting for this job.

A very similar method works for VMWare workstation.

Edited by radix

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