Updated the Sample config
Replaced <para> with <programlisting>.
This commit is contained in:
parent
34f89b23c6
commit
2c04684b7d
|
@ -1442,7 +1442,9 @@
|
||||||
This is the sample config file provided with wine 20030115. You can edit this file
|
This is the sample config file provided with wine 20030115. You can edit this file
|
||||||
to best suit the needs of your intended user.
|
to best suit the needs of your intended user.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
|
<programlisting>
|
||||||
|
|
||||||
WINE REGISTRY Version 2
|
WINE REGISTRY Version 2
|
||||||
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
|
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
|
||||||
|
|
||||||
|
@ -1512,6 +1514,8 @@ WINE REGISTRY Version 2
|
||||||
;"ShowDotFiles" = "1"
|
;"ShowDotFiles" = "1"
|
||||||
"ShellLinker" = "wineshelllink"
|
"ShellLinker" = "wineshelllink"
|
||||||
|
|
||||||
|
# <wineconf>
|
||||||
|
|
||||||
[Version]
|
[Version]
|
||||||
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
|
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
|
||||||
;"Windows" = "win98"
|
;"Windows" = "win98"
|
||||||
|
@ -1720,6 +1724,20 @@ WINE REGISTRY Version 2
|
||||||
;"UseDnsComputerName" = "N"
|
;"UseDnsComputerName" = "N"
|
||||||
|
|
||||||
;; sample AppDefaults entries
|
;; sample AppDefaults entries
|
||||||
|
|
||||||
|
; 3 InstallShield versions who like to put their full screen window in front,
|
||||||
|
; without any chance to switch to another X11 application.
|
||||||
|
; So just catch them in a desktop window.
|
||||||
|
|
||||||
|
[AppDefaults\\_INS5576._MP\\x11drv]
|
||||||
|
"Desktop" = "640x480"
|
||||||
|
|
||||||
|
[AppDefaults\\_INS5176._MP\\x11drv]
|
||||||
|
"Desktop" = "640x480"
|
||||||
|
|
||||||
|
[AppDefaults\\_INS0466._MP\\x11drv]
|
||||||
|
"Desktop" = "640x480"
|
||||||
|
|
||||||
;[AppDefaults\\iexplore.exe\\DllOverrides]
|
;[AppDefaults\\iexplore.exe\\DllOverrides]
|
||||||
;"shlwapi" = "native"
|
;"shlwapi" = "native"
|
||||||
;"rpcrt4" = "native"
|
;"rpcrt4" = "native"
|
||||||
|
@ -1742,7 +1760,9 @@ WINE REGISTRY Version 2
|
||||||
;[AppDefaults\\pickygame.exe\\dsound]
|
;[AppDefaults\\pickygame.exe\\dsound]
|
||||||
;"EmulDriver" = "N"
|
;"EmulDriver" = "N"
|
||||||
|
|
||||||
</para>
|
# </wineconf>
|
||||||
|
|
||||||
|
</programlisting>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in New Issue