Why does Windows 8 Upgrade assistant insist on downloading the upgrade from scratch when I quit it rather than resume the download?

7

2

I'm downloading the Windows 8 upgrade via the Windows 8 Upgrade assistant. I assumed the Upgrade assistant would resume the download when I quit it - however that doesn't seem to be the case.

If I quit it and then start, it starts the download from scratch. Why so? Is it possible to resume the download?

Sathyajith Bhat

Posted 2012-10-29T14:51:36.450

Reputation: 58 436

There is one problem though. If we want to reinstall the Windows in any case, then we would have to download again and then install. Does anybody kno any way we can generate an ISO file out of this download and then use for installation of Windows later. – None – 2012-12-13T15:46:08.103

after the initial download, start Install Windows -> Create Install Media -> Choose ISO – Sathyajith Bhat – 2012-12-13T16:37:07.797

Answers

11

With a little bit of help from Process Explorer, I figured out that upgrade was being downloaded to

%localappdata%\Microsoft\WebSetup\Download

enter image description here

Now, when I hit the Pause button then quit the Upgrade assistant, the file (the assistant creates a single .tmp file) remained in the folder.

However, if you quit the upgrade assistant directly, without hitting the Pause button, for some reason, the Upgrade assistant clears the folder. Why is it so, I don't know.

Moral of the story: Hit the pause button if you want to resume later, else you'll have to download from scratch

Sathyajith Bhat

Posted 2012-10-29T14:51:36.450

Reputation: 58 436

Yup, that's the only location I found as well for the Upgrade Assistant's files. Possibly an oversight/bug where the dev forgot to call the Pause method when quitting early? Otherwise I can't think of any reason why clearing it out should matter (unless they just thought, "ok you quit it without pausing, means you don't want it at all", which is stupid).

– Karan – 2012-10-29T16:44:10.647

@Karan yeah, an oversight seems likely – Sathyajith Bhat – 2012-10-30T07:00:22.027

Kind of unrelated, but I thought I'd let you know about Process Hacker, since you mentioned Process Explorer. :)

– user541686 – 2012-10-31T09:52:45.770

@Sathya: Yes, this is the effect of the very counterproductive cat & mouse game that MS is playing to prevent people to circumvent their download/installation trackers. I just (independently) tried what you proposed when trying to update from W8 to W81. Clearly they have also manipulated certain system files, as the downloader and its location is no longer shown in PE, as in your case. In addition I did not have any "pause" button... – not2qubit – 2014-02-14T22:50:07.853

1

Apparently, you can resume downloads by downloading another program, Windows8-Setup.exe. After I paused (just before my Windows 8 Release Preview automatically restarted again), I was able to download this to resume where I left off (at about 17% download progress, in my case).

Casey Myers

Posted 2012-10-29T14:51:36.450

Reputation: 11

1the key word being "After I paused" – Sathyajith Bhat – 2013-01-16T10:15:38.683