http://bugs.winehq.org/show_bug.cgi?id=19690
Summary: Acrobat Reader 3.01 (32-bit) uninstaller's shortcut doesn't work Product: Wine Version: 1.1.27 Platform: PC URL: ftp://ftp.adobe.com/pub/adobe/acrobatreader/win/3.x/ar 32e301.exe OS/Version: Linux Status: NEW Keywords: download, integration Severity: trivial Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
The uninstall shortcut created during installation of Acrobat Reader 3.01 uses the following command:
env WINEPREFIX="/home/test/.wine" wine "C:\WINDOWS\UNINST.EXE" -fC:\Acrobat3\Reader\DeIsL1.isu
This fails with the following error message:
"Unable to locate the installation log file 'C:Acrobat3ReaderDeIsl1.isu' Uninstallation will not continue."
Changing the command to the following works:
env WINEPREFIX="/home/test/.wine" wine "C:\WINDOWS\UNINST.EXE" -fC:\Acrobat3\Reader\DeIsL1.isu
(\ changed to \)
This is bound to affect more than just this app.