From d5d22367fffdf7219c5d52f8a741ff9626a4d1b5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 21 Jan 2003 00:28:48 +0000 Subject: [PATCH] Add Desktop mode for 3 known bad working InstallShield versions. --- documentation/samples/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/samples/config b/documentation/samples/config index f00e7a9041a..28ff1c96f54 100644 --- a/documentation/samples/config +++ b/documentation/samples/config @@ -277,6 +277,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"