http://bugs.winehq.org/show_bug.cgi?id=10820
--- Comment #8 from Alexander Ovcharenko sarulezzz@inbox.ru 2008-01-02 12:14:23 --- I don't have system wine. I have only wine which I had built myself.
I opened ppt-file with this file: #!/bin/sh
QUICKPARLOCATION="C:\Program Files\Microsoft Office\Office12\PPTVIEW.EXE" PARAM=`winepath -w "$*"` wine "$QUICKPARLOCATION" "$PARAM" exit 0