Added loader for NT registry files.
[wine] / wine.ini
1 ;;
2 ;; MS-DOS drives configuration
3 ;;
4 ;; Each section has the following format:
5 ;; [Drive X]
6 ;; Path=xxx       (Unix path for drive root)
7 ;; Type=xxx       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
8 ;; Label=xxx      (drive label, at most 11 characters)
9 ;; Serial=xxx     (serial number, 8 characters hexadecimal number)
10 ;; Filesystem=xxx (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
11 ;;   This is the FS Wine is supposed to emulate on a certain
12 ;;   directory structure.
13 ;;   Recommended:
14 ;;   - "win95" for ext2fs, VFAT and FAT32
15 ;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
16 ;;   DON'T use "unix" unless you intend to port programs using Winelib !
17 ;; Device=/dev/xx (only if you want to allow raw device access)
18 ;;
19 [Drive A]
20 Path=/mnt/fd0
21 Type=floppy
22 Label=Floppy
23 Serial=87654321
24 Device=/dev/fd0
25
26 [Drive C]
27 Path=/c
28 Type=hd
29 Label=MS-DOS
30 Filesystem=win95
31
32 [Drive D]
33 Path=/cdrom
34 Type=cdrom
35 Label=CD-Rom
36 Filesystem=win95
37
38 [Drive E]
39 Path=/tmp
40 Type=hd
41 Label=Tmp Drive
42 Filesystem=win95
43
44 [Drive F]
45 Path=${HOME}
46 Type=network
47 Label=Home
48 Filesystem=win95
49
50 [wine]
51 Windows=c:\windows
52 System=c:\windows\system
53 Temp=e:\
54 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
55 SymbolTableFile=./wine.sym
56
57 # <wineconf>
58
59 [DllDefaults]
60 EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib
61 DefaultLoadOrder = native, elfdll, so, builtin
62
63 [DllPairs]
64 krnl386 = kernel32
65 gdi     = gdi32
66 user    = user32
67 commdlg = comdlg32
68 commctrl= comctl32
69 ver     = version
70 shell   = shell32
71 lzexpand= lz32
72 mmsystem= winmm
73 msvideo = msvfw32
74 winsock = wsock32
75
76 [DllOverrides]
77 kernel32, gdi32, user32 = builtin
78 krnl386, gdi, user      = builtin
79 toolhelp                = builtin
80 comdlg32, commdlg       = elfdll, builtin, native
81 version, ver            = elfdll, builtin, native
82 shell32, shell          = builtin, native
83 lz32, lzexpand          = builtin, native
84 commctrl, comctl32      = builtin, native
85 wsock32, winsock        = builtin
86 advapi32, crtdll, ntdll = builtin, native
87 mpr, winspool.drv       = builtin, native
88 ddraw, dinput, dsound   = builtin, native
89 winmm, mmsystem         = builtin
90 msvideo, msvfw32        = builtin, native
91 mcicda.drv, mciseq.drv  = builtin, native
92 mciwave.drv             = builtin, native
93 mciavi.drv, mcianim.drv = native, builtin
94 msacm.drv, midimap.drv  = builtin, native
95 w32skrnl                = builtin
96 wnaspi32, wow32         = builtin
97 system, display, wprocs = builtin
98 wineps                  = builtin
99 icmp                    = builtin
100
101 [options]
102 AllocSystemColors=100
103
104 [fonts]
105 ;Read documentation/fonts before adding aliases
106 Resolution = 96
107 Default = -adobe-times-
108
109 [serialports]
110 Com1=/dev/ttyS0
111 Com2=/dev/ttyS1
112 Com3=/dev/modem,38400
113 Com4=/dev/modem
114
115 [parallelports]
116 Lpt1=/dev/lp0
117
118 [spooler]
119 LPT1:=|lpr
120 LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
121 LPT3:=/dev/lp3
122
123 [ports]
124 ;read=0x779,0x379,0x280-0x2a0
125 ;write=0x779,0x379,0x280-0x2a0
126
127 [spy]
128 Exclude=WM_SIZE;WM_TIMER;
129
130 [registry]
131 ; Paths must be given in /dir/dir/file.reg format.
132 ; Wine will not understand dos file names here...
133
134 ; alternate registry file name: HKCU
135 AltCurrentUserFile=
136 ; alternate registry file name: HKU
137 AltUserFile=
138 ; alternate registry file name: HKLM
139 AltLocalMachineFile=
140 ;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
141 ;Defaults are read all, write to Home and Alt
142 ;Note: it is pointless to specify alt files and neither load nor write to them.
143 ; Global registries (stored in /etc)
144 LoadGlobalRegistryFiles=Y
145 ; Home registries (stored in ~user/.wine/)
146 LoadHomeRegistryFiles=Y
147 ; Load above registries.
148 LoadAltRegistryFiles=Y
149 ; TRY to write all changes to home registries
150 WritetoHomeRegistryFiles=Y
151 ; TRY to write all changes to alt registries
152 WritetoAltRegistryFiles=Y
153 ; Use new file format
154 UseNewFormat=N
155 ; Registry periodic save timeout in seconds
156 ; PeriodicSave=600
157
158 ; Windows registries in windows path
159 LoadWin311RegistryFiles=Y
160 LoadWin95RegistryFiles=Y
161 LoadWinNTRegistryFiles=N
162 ;user the private registry is taken from
163 ;(profiles/<username>/ntuser.dat)
164 ;NTUser=username
165
166 [Tweak.Layout]
167 ;; WineLook=xxx  (supported styles are 'Win31'(default), 'Win95', 'Win98')
168 ;WineLook=Win95
169
170 [programs]
171 Default=
172 Startup=
173
174 [Console]
175 ;XtermProg=nxterm
176 ;InitialRows=25
177 ;InitialColumns=80
178 ;TerminalType=nxterm
179
180 [Clipboard]
181 ClearAllSelections=0
182 PersistentSelection=1
183
184 # </wineconf>
185