Re: [resend] Ensure ole32.dll gets correct version number

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2003-07-22 at 18:18, Alexandre Julliard wrote:
> You may be able to install it by playing with the load order (i.e. set
> ole32 to native only). Having a bogus version in the builtin is going
> to force everybody to install the native, which is not what we want.

grrrr, yes you are quite right, setting ole32=n does force it to
install. I wish I'd thought of that :/ 

So, I attached a patch to add this case to the sample configuration, as
it seems non-obvious (and quite a lot of end user queries are related to
this).

thanks -mike
Index: documentation/samples/config
===================================================================
RCS file: /home/wine/wine/documentation/samples/config,v
retrieving revision 1.46
diff -u -r1.46 config
--- documentation/samples/config	9 Jul 2003 04:22:57 -0000	1.46
+++ documentation/samples/config	23 Jul 2003 09:00:11 -0000
@@ -311,6 +311,14 @@
 [AppDefaults\\_INS5576._MP\\x11drv]
 "Desktop" = "640x480"
 
+; force it to install even though wine has a newer version
+[AppDefaults\\dcom98.exe\\DllOverrides]
+"ole32" = "native"
+
+[AppDefaults\\dcom95.exe\\DllOverrides]
+"ole32" = "native"
+
+
 ;[AppDefaults\\iexplore.exe\\DllOverrides]
 ;"shlwapi" = "native"
 ;"rpcrt4" = "native"

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux