[Bug 9628] New: msiexec command line parsing incorrect

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 10 20:15:54 CDT 2007


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 at winehq.org
        ReportedBy: thestig at 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 at codeweavers.com>
Date:   Thu Mar 22 08:20:16 2007 -0500

Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of
process_args to reduce code duplication.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list