[Wine] Re: Wine path-association

dimesio wineforum-user at winehq.org
Wed Jun 10 06:51:13 CDT 2009


c_andy_man wrote:
> hello. 
> 
> I am trying to install an exe-file in the Program-Path of an individual Wine-Prefix. This exe-file reads an Inifile, which is in the same Directory.
> 
> When I use Winefile to open the .exe, the inifile is read correctly.
> When I use it in a .desktop file with the order below, it does not work.
> 
> Code:
> env WINEPREFIX "/opt/WPrefix" wine "C:\Program Files\Test\test.exe"
> 
> 
> What is the problem and what can I do?


Should be:


Code:
env WINEPREFIX="/opt/WPrefix" wine "C:\Program Files\Test\test.exe"









More information about the wine-users mailing list