Coder Social home page Coder Social logo

404 not found about mf-installcab HOT 6 OPEN

z0z0z avatar z0z0z commented on July 29, 2024 1
404 not found

from mf-installcab.

Comments (6)

jazznuts avatar jazznuts commented on July 29, 2024 2

Same issue here

Here is an archived link: https://web.archive.org/web/20200803210804/https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe

from mf-installcab.

michaelbutler avatar michaelbutler commented on July 29, 2024 1

OK here is a work-around it seems after I checked the logic inside install-mf-64.sh:

Download the ~904MB file from links above to your Downloads folder.
In Terminal move it to the pfx folder like this:

cd path/to/pfx # (same place you'll find ./install-mf-64.sh)
mv ~/Downloads/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe ./windows6.1-KB976932-X64.exe
WINEPREFIX=$PWD ./install-mf-64.sh

In my case I downloaded the service pack from http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe

Because the file is present now locally with the name windows6.1-KB976932-X64.exe the script will skip the download and just use it.

from mf-installcab.

z0z0z avatar z0z0z commented on July 29, 2024 1

I have updated the script to use the web.archive.org link.

That sucks. Microsoft has really been trying to make it hard to download Win7 or Win7 stuff, or perhaps this is particularly targeted at all the people they see downloading this because of media foundation workarounds.

from mf-installcab.

michaelbutler avatar michaelbutler commented on July 29, 2024

I'm having the same issue 😢 Looks like maybe that was a time-limited link and someone needs to find the updated version? Did anyone back it up?

Edit: according to https://answers.microsoft.com/en-us/windows/forum/all/downloading-windows-7-service-pack-1-manually/04726857-9257-491b-9f1d-607d45cfdef2 the file was 903 MB so maybe Microsoft caught on a lot of people downloading it (and Windows 7 is discontinued to boot).

from mf-installcab.

michaelbutler avatar michaelbutler commented on July 29, 2024

I think I found a working link at https://www.catalog.update.microsoft.com/Search.aspx?q=KB976932 Labeled as "Windows Server 2008 R2 Service Pack 1 for x64-based Systems (KB976932)"

from mf-installcab.

frostworx avatar frostworx commented on July 29, 2024

I used

WTMF="$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X64.exe"
MFDLURL="$(grep -E "win7sp1.*http.*$(basename "$WTMF")" "$(which "winetricks")" | grep -oE 'http[^\ ]+')"
echo wget "$MFDLURL" -O  "$WTMF"

in my attempt described here

from mf-installcab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.