Correct approach to deploy Wine applications

2002-05-02 Thread Andriy Palamarchuk
I'm currently working on bug 585 - wine installation process should install and configure wine applications. The first part of the work is done - wine applications, like regedit are installed by Wine build process. I wanted to ask you about correct approach to place these applications to deploy

Re: Correct approach to deploy Wine applications

2002-05-02 Thread Alexandre Julliard
Andriy Palamarchuk [EMAIL PROTECTED] writes: regedit - /usr/local/bin/wine regedit.so - /usr/local/bin/regedit.so regedit.exe - /usr/local/bin/wine regedit.exe.so - /usr/local/bin/regedit.so The .exe variant should be enough. Wine will append .exe if there's no extension. This fixes

Re: Correct approach to deploy Wine applications

2002-05-02 Thread Andreas Mohr
On Thu, May 02, 2002 at 12:17:32PM -0700, Andriy Palamarchuk wrote: I'm currently working on bug 585 - wine installation process should install and configure wine applications. The first part of the work is done - wine applications, like regedit are installed by Wine build process. I

Re: Correct approach to deploy Wine applications

2002-05-02 Thread Sylvain Petreolle
--- Alexandre Julliard [EMAIL PROTECTED] a écrit : Andriy Palamarchuk [EMAIL PROTECTED] writes: regedit - /usr/local/bin/wine regedit.so - /usr/local/bin/regedit.so regedit.exe - /usr/local/bin/wine regedit.exe.so - /usr/local/bin/regedit.so This fixes problems with full path and