http://bugs.winehq.org/show_bug.cgi?id=9628
Summary: msiexec command line parsing incorrect Product: Wine Version: CVS/GIT Platform: PC URL: http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.ht ml OS/Version: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
In bug 9615, the reporter mentioned running the setup program to install the game does not work.
When running SetupMenu.exe, press the "Install RPG Maker XP" button should launch the installer. In Wine 0.9.33, pressing that button runs:
msiexec /i c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
In Wine 0.9.34, pressing that button runs:
msiexec c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
The regression is caused by:
commit 54c7b7e81b5542f015dc6e71fc6030ba3919f5d3 Author: Aric Stewart aric@codeweavers.com Date: Thu Mar 22 08:20:16 2007 -0500
Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication.