Commit d5d22367 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Add Desktop mode for 3 known bad working InstallShield versions.

parent 74e15940
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment