http://bugs.winehq.org/show_bug.cgi?id=22339
Summary: QuickTime installs a few files to the wrong location Product: Wine Version: 1.1.42 Platform: x86-64 URL: http://www.apple.com/quicktime/download/ OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: truiken@gmail.com
Created an attachment (id=27331) --> (http://bugs.winehq.org/attachment.cgi?id=27331) Terminal output
The QuickTime installer places two files - QTPlugin.ocx and QTTask.exe - in C:\ instead of the selected installation directory. I found that it works as expected in 0.9.49 and older, so I did a regression test:
474fca1eec2fc60d049361ec5d19417284ee208e is first bad commit commit 474fca1eec2fc60d049361ec5d19417284ee208e Author: James Hawkins truiken@gmail.com Date: Tue Nov 13 00:57:49 2007 -0600
msi: Fix the condition for checking a drive.
:040000 040000 0bfd94d1ed1ccf0a39c1114ba4fd60e584c73c99 0b991e8a7e1db03184db4dac36cbf2433642e05a M dlls
Reverting this patch fixes the problem.