http://bugs.winehq.org/show_bug.cgi?id=17863
Summary: Sage Line 50 UK v10 can not launch uninstaller from shortcut Product: Wine Version: 1.1.18 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=16135 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
The shortcut to launch the uninstaller for Sage Line 50 v10 fails, and this is why:
env WINEPREFIX="/home/test/.wine" wine "C:\windows\command\start.exe" "C:\Program" Files\Common Files\InstallShield\Driver\7\Intel 32\IDriver.exe /M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
See the fun mistake? (... "C:\Program" Files\ ...)
Two ways to get around this, run the command correctly wine "C:\Program Files\Common Files\InstallShield\Driver\7\Intel 32\IDriver.exe" /M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
Or remove it using "uninstall" - both work.
So I guess there's something going a bit wrong when the shortcuts/launchers are made (winemenubuilder?)
Apologies if this is a duplicate, I could not find the specific problem when searching.