PATCH: some installshield appdefs

Marcus Meissner marcus at jet.franken.de
Mon Jan 20 01:27:49 CST 2003


Hi,

Ciao, Marcus

Changelog:
	Add Desktop mode for 3 known bad working InstallShield versions. 

Index: documentation/samples/config
===================================================================
RCS file: /home/wine/wine/documentation/samples/config,v
retrieving revision 1.37
diff -u -u -r1.37 config
--- documentation/samples/config	13 Dec 2002 02:26:18 -0000	1.37
+++ documentation/samples/config	20 Jan 2003 06:37:18 -0000
@@ -277,6 +277,20 @@
 ;"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"



More information about the wine-patches mailing list