-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmware-config
24 lines (24 loc) · 861 Bytes
/
vmware-config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.encoding = "UTF-8"
product.name = "VMware Player"
player.product.version = "!!! DO NOT CHANGE. THIS FIELD WILL BE CHANGED DYNAMICALLY !!!"
product.buildNumber = "!!! DO NOT CHANGE. THIS FIELD WILL BE CHANGED DYNAMICALLY !!!"
vix.config.version = "1"
bindir = "/usr/bin"
libdir = "/usr/lib/vmware"
initscriptdir = "/usr/lib/systemd/scripts"
vmware.fullpath = "/usr/bin/vmplayer"
authd.fullpath = "/usr/sbin/vmware-authd"
gksu.rootMethod = "sudo"
NETWORKING = "yes"
VMBLOCK_CONFED = "yes"
VMCI_CONFED = "yes"
VSOCK_CONFED = "yes"
installerDefaults.componentDownloadEnabled = "no"
installerDefaults.autoSoftwareUpdateEnabled = "no"
installerDefaults.dataCollectionEnabled = "no"
installerDefaults.transferVersion = "1"
acceptOVFEULA = "yes"
acceptEULA = "yes"
mks.enableDX11Renderer = "FALSE"
mks.enableGLRenderer = "TRUE"
mks.gl.allowBlacklistedDrivers = "TRUE"