[Bug 19690] New: Acrobat Reader 3.01 (32-bit) uninstaller's shortcut doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 10 19:01:33 CDT 2009


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 at winehq.org
        ReportedBy: kennybobs at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list