jimlemush Posted January 31, 2008 Posted January 31, 2008 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
radix Posted January 31, 2008 Posted January 31, 2008 (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 ?thanksHiYou can install VMWare player with these switches:/qn /norestart ADDLOCAL=ALL DESKTOP_SHORTCUT=0 DISABLE_AUTORUN=0 QUICKLAUNCH_SHORTCUT=0Modify to meet your needs.For Eula and updates you need to create this folder:X:\Documents and Settings\Your Name\Application Data\VMwareafter 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 January 31, 2008 by radix
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now