.\" -*- nroff -*- .TH WINE.CONF 5 "September 1, 2001" "Version 20010824" "Wine Configuration File" .SH NAME wine.conf \- Wine configuration file .SH DESCRIPTION .B wine expects a configuration file ( .I $WINEPREFIX/config (~/.wine/config) ), which should conform to the following rules. A sample configuration file is available as .I documentation/samples/config in 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 entry and value can be any text strings, included in double quotes; it can also contain references to environment variables surrounded by .I ${}. Inside the double quotes, special characters, backslashes and quotes must be escaped with backslashes. 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 emulated .B DOS drive, since most Windows applications require a DOS/MS-Windows based disk drive & directory scheme, which is either provided by a real DOS partition mounted somewhere or by some carefully crafted directory layout on a Unix file system ("no-windows fake installation"). 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 (thus it shows up as /dos/WINDOWS), then you should specify .I """Path""=""/dos""" in the .I [Drive C] section in order to configure /dos as the drive root of drive C:. .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""=""