http://bugs.winehq.org/show_bug.cgi?id=17712
Summary: Monopoly 2 uninstaller fails Product: Wine Version: 1.1.16 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=15959 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=19910) --> (http://bugs.winehq.org/attachment.cgi?id=19910) Screenshot of error message
Hasbro Interactive's Monopoly fails when trying to uninstall, with message "Unable to locate the installation log file 'C:\Program'. Uninstallation will not continue."
The shortcut created during install executes the following command: env WINEPREFIX="/home/test/.wine" wine "C:\WINDOWS\ISUNINST.EXE" -f"C:\Program Files\Hasbro Interactive\Monopoly\Uninst.isu"
I'm not sure how to workaround this, but it is a minor bug nonetheless.
Monopoly uses Installshield and I am using GDM/Gnome/Ubuntu 8.10.
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=17712
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2009-03-13 13:48:56 --- Created an attachment (id=19911) --> (http://bugs.winehq.org/attachment.cgi?id=19911) Wine 1.1.16 +file
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2009-08-15 17:05:23 --- Still present in latest git, although "wine uninstaller" does work.
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Monopoly 2 uninstaller |Installshield doesn't like |fails |spaces in uninstall | |shortcuts
http://bugs.winehq.org/show_bug.cgi?id=17712
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2009-08-18 10:46:23 --- Created an attachment (id=23164) --> (http://bugs.winehq.org/attachment.cgi?id=23164) Simple command line output program
I think the issue is that quotes in the command line passed in when an application starts through the Wine loader are prepended with a backslash, whereas quotes in the command line when launched through CreateProcess are not.
Wine loader:
andrew@ubuntu-desktop:~$ wine ./commandline.exe.so "test" Received command line: Z:\home\andrew\commandline.exe.so test andrew@ubuntu-desktop:~$ wine ./commandline.exe.so "test" Received command line: Z:\home\andrew\commandline.exe.so "test"
CreateProcess (cmd.exe):
andrew@ubuntu-desktop:~$ wine cmd CMD Version 1.1.27
Z:\home\andrew>commandline.exe.so "test" Z:\home\andrew>Received command line: commandline.exe.so "test"
Z:\home\andrew>commandline.exe.so "test" Z:\home\andrew>Received command line: commandline.exe.so "test"
For the uninstaller command line, the backslash escape character causes the uninstaller to interpret the command line incorrectly, and thus fail.
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2010-05-13 11:56:18 --- Fixed in latest git probably thanks to http://source.winehq.org/git/wine.git/?a=commitdiff;h=55e4eba2ec5657f2cac059...
http://bugs.winehq.org/show_bug.cgi?id=17712
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-05-21 14:39:14 --- Closing bugs fixed in 1.2-rc1.
http://bugs.winehq.org/show_bug.cgi?id=17712
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |55e4eba2ec5657f2cac0591f032 | |3897a1ad848a3