VMware Communities
johnhc
Hot Shot
Hot Shot
Jump to solution

How to disable options in preferences.ini with the epoch number?

I am trying to install VMware Player (5.0.0) silently and ready to go.  I copied the preferences.ini file for a running Player from the %AppData% VMware folder and placed it into the new folder after install.  In it are these lines:

pref.autoSoftwareUpdatePermission.epoch = "4799"
pref.autoSoftwareUpdatePermission = "deny"

pref.dataCollectionEnabled.epoch = "4799"
pref.vmplayer.dataCollectionEnabled = "FALSE"


I want these options as shown but each time I do an install, the epoch numbers are different and the options are again enabled.  I have tried using 0, 99999, null and cannot determine what the secret is.  Can anyone help?  Thanks and enjoy, John.

Host:Windows 7 Ult x64 Guest:Windows 7 Ult x64 & Windows 10 Pro x64 VMware® Workstation 12 Player 12.1.0 build-3272444
0 Kudos
1 Solution

Accepted Solutions
continuum
Immortal
Immortal
Jump to solution

you do not need the *.epoch lines
just use
installerDefaults.autoSoftwareUpdateEnabled = "no"
installerDefaults.componentDownloadEnabled = "no"
installerDefaults.dataCollectionEnabled = "no"

also put that 3 lines into
C:\Documents and Settings\All Users\Application Data\VMware\VMware Player\config.ini
or whatever your equivalent for that file maybe


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

View solution in original post

0 Kudos
2 Replies
continuum
Immortal
Immortal
Jump to solution

you do not need the *.epoch lines
just use
installerDefaults.autoSoftwareUpdateEnabled = "no"
installerDefaults.componentDownloadEnabled = "no"
installerDefaults.dataCollectionEnabled = "no"

also put that 3 lines into
C:\Documents and Settings\All Users\Application Data\VMware\VMware Player\config.ini
or whatever your equivalent for that file maybe


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
johnhc
Hot Shot
Hot Shot
Jump to solution

Thanks, continuum.  I think I have tried that with "False" but will try some more combinations.  Thanks and enjoy, John.

EDIT:  The hint I really needed was the config.ini file in the AllUsers folder.  Thanks much continuum!

Host:Windows 7 Ult x64 Guest:Windows 7 Ult x64 & Windows 10 Pro x64 VMware® Workstation 12 Player 12.1.0 build-3272444
0 Kudos