[Bug 5392] New: Platfrom SDK fails to install because of unhandled msiexec option

Wine Bugs wine-bugs at winehq.org
Fri Jun 9 15:39:20 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5392

           Summary: Platfrom SDK fails to install because of unhandled
                    msiexec option
           Product: Wine
           Version: 0.9.15.
          Platform: All
               URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
                    =a55b6b43-e24f-4ea3-a93e-40c0ec4f68e5&DisplayLang=en
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wine-msi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: truiken at gmail.com


Running wine PSDK_x86.exe brings up a splash screen, then wine's msiexec prints
out it's legal usage.  A +process log shows that the setup is trying to call
msiexec like so:

msiexec -i
"http://download.microsoft.com/download/a/5/f/a5f0d781-e201-4ab6-8c6a-9bb4efed1e1a/PSDK-x86.msi"

As of now, msiexec does not handle the -i option, and changing it to /i doesn't
work because we don't try to download the msi file.  Testing is required to
determine the behavior of the -i option (unless it's already known).  In any
case, we need to implement downloading of msi files if they are not local.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list