[Bug 27957] New: psdk2003 installer crash every time

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 1 09:21:55 CDT 2011


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

           Summary: psdk2003 installer crash every time
           Product: Wine
           Version: 1.3.25
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: msi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fracting at gmail.com


Created an attachment (id=35773)
 --> (http://bugs.winehq.org/attachment.cgi?id=35773)
Log: install psdk2003

Trying to install psdk2003 with winetricks:

$ winetricks -q psdk2003

--- snip ---

The wine wiki says don't post winetricks bug to wine bugzilla, but the
load_psdk2003 function shows that the only workaround is override mfc42, so I
think is ok to post it here, please let me know if I make mistake.

load_psdk2003()
{
    w_call mfc42

    # Note: aborts on 64 bit windows with dialog saying "don't run on WoW"
    #
http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb
    w_download
http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba099151/PSDK-x86.exe
5c7dc2e1eb902b376d7797cc383fefdfc64ff9c9
    w_warn "This can take up to an hour."

    cd "$W_CACHE"/psdk2003
    # FIXME: says it accepts /q, but that doesn't work, so script this
    # with autohotkey in -q mode.
    w_try $WINE PSDK-x86.exe
}

--- snip --- 

When I click the next button after selecting compose to install, the installer
always crash. Does it ever work on earlier versions of Wine ?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list