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(a)winehq.org ReportedBy: fracting(a)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-... w_download http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba0... 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.