.\" -*- nroff -*- .TH WINE.CONF 5 "July 16, 1999" "Version 990704" "Wine Configuration File" .SH NAME wine.conf \- Wine configuration file .SH DESCRIPTION .B wine expects a configuration file ( .I @sysconfdir@/wine.conf ), which should conform to the following rules (the format is just like a Windows .ini file). Common locations are /usr/local/etc/wine.conf or (in some distributions) /etc/wine.conf. The actual directory where that file resides may be specified during the execution of the .B configure script with the --sysconfdir option. Alternatively, you may have a .I .winerc file of this format in your home directory or have the environment variable .B WINE_INI pointing to a configuration file, or use the --config option on the command line. A sample configuration file is available as wine.ini in the base directory of the Wine source distribution. .SH CONFIGURATION FILE FORMAT All entries are grouped in sections; a section begins with the line .br .I [section name] .br and continues until the next section starts. Individual entries consist of lines of the form .br .I entry=value .br The value can be any text string, optionally included in single or double quotes; it can also contain references to environment variables surrounded by .I ${}. Supported section names and entries are listed below. .PP .B [Drive X] .br This section is used to specify the root directory and type of each .B DOS drive, since most Windows applications require a DOS/MS-Windows based disk drive & directory scheme. There is one such section for every drive you want to configure. .PP .I format: Path = .br default: none .br If you mounted your dos partition as .I /dos and installed Microsoft Windows in C:\\WINDOWS then you should specify .I Path=/dos in the .I [Drive C] section. .PP .I format: Type = .br default: hd .br Used to specify the drive type this drive appears as in Windows or DOS programs; supported types are floppy, hd, cdrom and network. .PP .I format: Label =