Add Desktop mode for 3 known bad working InstallShield versions.

This commit is contained in:
Marcus Meissner 2003-01-21 00:28:48 +00:00 committed by Alexandre Julliard
parent 74e15940cc
commit d5d22367ff
1 changed files with 14 additions and 0 deletions

View File

@ -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"