From 2c04684b7d08dcb8a6f4ec642b9ecc2fa45b3f96 Mon Sep 17 00:00:00 2001 From: Tom Wickline Date: Tue, 28 Jan 2003 01:06:50 +0000 Subject: [PATCH] Updated the Sample config Replaced with . --- documentation/packaging.sgml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/documentation/packaging.sgml b/documentation/packaging.sgml index 83ba4452bdd..8393992347e 100644 --- a/documentation/packaging.sgml +++ b/documentation/packaging.sgml @@ -1442,7 +1442,9 @@ This is the sample config file provided with wine 20030115. You can edit this file to best suit the needs of your intended user. - + + + WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config @@ -1512,6 +1514,8 @@ WINE REGISTRY Version 2 ;"ShowDotFiles" = "1" "ShellLinker" = "wineshelllink" +# <wineconf> + [Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31) ;"Windows" = "win98" @@ -1720,6 +1724,20 @@ WINE REGISTRY Version 2 ;"UseDnsComputerName" = "N" ;; 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] ;"shlwapi" = "native" ;"rpcrt4" = "native" @@ -1742,7 +1760,9 @@ WINE REGISTRY Version 2 ;[AppDefaults\\pickygame.exe\\dsound] ;"EmulDriver" = "N" - +# </wineconf> + +