http://bugs.winehq.org/show_bug.cgi?id=3741
Summary: There are some symlinks missing from the Winelib directory Product: Wine Version: 20050419 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: lxtanner@yahoo.co.uk
Some applications ignore the "COMSPEC" environment variable and expect the command prompt to be located at '%WinDir%/COMMAND.COM'. For these applications to work properly, there needs to be a symlink called 'command.com.so' pointing to 'wcmd.exe'.
Occasionally, applications will look for "RUNDLL.EXE" when calling functions in 16-bit DLLs. For these applications to work properly, there needs to be a symlink called 'rundll.exe' pointing to 'rundll32.exe'. Wine's RUNDLL32 does support calling 16-bit libraries by the way: I checked.