http://bugs.winehq.org/show_bug.cgi?id=2222
Summary: Notes 6.5.1 Application Launching not working Product: Wine Version: 20040505 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: traxtopel@fastmail.fm
I have had issues since 20031212 with launching Applications with wine. I use the following config in system.reg to associate doc files with a bash script located in c:\appassoc\doc.exe This has worked up until the 2004 drops of wine.
REGEDIT4
[HKEY_CLASSES_ROOT.doc] @="docfile"
[HKEY_CLASSES_ROOT\docfile] @="doc" "EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\docfile\Shell] @=""
[HKEY_CLASSES_ROOT\docfile\Shell\open\command] @="C:\appassoc\doc.exe %1"
[HKEY_CLASSES_ROOT\docfile\Shell\edit\command] @="C:\appassoc\doc.exe %1"