Packagers Guide Update #5

Tom Wickline twickline2 at triad.rr.com
Thu Jan 23 22:42:31 CST 2003


Changelog

Update the Sample config

Tom



Index: documentation/packaging.sgml
===================================================================
RCS file: /opt/cvs-commit/wine/documentation/packaging.sgml,v
retrieving revision 1.12
diff -u -r1.12 packaging.sgml
--- documentation/packaging.sgml	24 Jan 2003 00:49:05 -0000	1.12
+++ documentation/packaging.sgml	24 Jan 2003 04:24:53 -0000
@@ -1512,6 +1512,8 @@
  ;"ShowDotFiles" = "1"
  "ShellLinker" = "wineshelllink"

+# <wineconf>
+
  [Version]
  ; Windows version to imitate 
(win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
  ;"Windows" = "win98"
@@ -1720,6 +1722,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"
@@ -1741,6 +1757,8 @@
  ;; You can add an AppDefault entry like this for such cases.
  ;[AppDefaults\\pickygame.exe\\dsound]
  ;"EmulDriver" = "N"
+
+# </wineconf>

          </para>
          </sect1>




More information about the wine-patches mailing list