[Bug 30845] Windows 7 SDK installer fails before putting up GUI

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 28 10:15:07 CDT 2012


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

--- Comment #18 from Dan Kegel <dank at kegel.com> 2012-06-28 10:15:07 CDT ---
Yes, it implements the steps in comment #10.  It's a bit hard to read, but:

load_dotnet20()
{
    w_call remove_mono
    ...
    # Recipe from http://bugs.winehq.org/show_bug.cgi?id=10467#c57
    # and http://bugs.winehq.org/show_bug.cgi?id=30845#c10
    w_set_winver win2k
    ...
    if w_workaround_wine_bug 30845 "Using native fusion while installing..."
,1.5.6
    then
        w_try env WINEDLLOVERRIDES=mscoree,fusion=n $WINE dotnetfx.exe
${W_OPT_UNATTENDED:+/q /c:"install.exe /q"}
    else
        w_try $WINE dotnetfx.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"}
    fi
    ...

See?

-- 
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