About 5 months ago we looked at porting some of our custom inhouse applications to wine. We make heavy use of the PATH variable to set which dll's get used by our apps. I just installed the wine 0.9.16 redhat rpm and WINEPATH doesn't seem to work anymore. The only documentation I could find on it was this snippet from Dec 2002.
<br><br><pre>RCS file: /home/wine/wine/documentation/running.sgml,v<br>retrieving revision 1.13<br>diff -u -r1.13 running.sgml<br>--- documentation/running.sgml        19 Oct 2002 01:00:04 -0000        1.13<br>+++ documentation/running.sgml        15 Dec 2002 13:16:29 -0000
<br>@@ -296,6 +296,17 @@<br>         place the setting into /etc/profile, or also ~/.bashrc in the case of<br>         bash.<br>       &lt;/para&gt;<br>+      &lt;para&gt;<br>+        Note however that there is an exception to the rule:
<br>+        If you want to change the PATH environment variable, then of<br>+        course you can't modify it that way, since this will alter the<br>+        Unix PATH environment setting. Instead, you should set the<br>+        WINEPATH environment variable. An alternative way to
<br>+        indicate the content of the DOS PATH environment variable would<br>+        be to change the &quot;path&quot; setting in the wine config file's &lt;link<br>+        linkend=&quot;config_wine&quot;&gt;[wine]&lt;/link&gt; section.<br>
<br><br>In Centos 4 we set WINEPATH=&quot;/path/to/dll_dir_1;/path/to/d11_dir_2;&quot; but WINEPATH doesn't appear to be passed through. I've tried using windows c:\ format but my dll's in these paths don't load. Has this functionality disappeared? If so is there another way to dynamically set the path (no config files.)
<br><br>Thanks<br>Daniel<br></pre><br>