Correct approach to deploy Wine applications

Alexandre Julliard julliard at winehq.com
Thu May 2 14:39:09 CDT 2002


Andriy Palamarchuk <apa3a at yahoo.com> 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 problems with full path and with using or
> not using file extention, but how to handle
> case-insensitivity?
> Regedit can be called as REGEDIT, RegEdit, Regedit,
> regedit. Now multiply this on number of extentions
> exe, EXE. This is without considering really fancy
> cases, like "ReGeDiT".

This is already handled by the filesystem functions. You don't need to
do anything.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list