Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong KB download during depency resolution? #12

Closed
fklapper opened this issue May 12, 2022 · 5 comments
Closed

Wrong KB download during depency resolution? #12

fklapper opened this issue May 12, 2022 · 5 comments

Comments

@fklapper
Copy link

Hello,
It appears that during the resolution of dependencies for Windows Server 2012R2, a standalone update package for an older Windows version gets downloaded.

Compare the downloaded file in line 346
Windows8.1-KB2999226-x64.msu

to the file referenced in line 350
Windows6.1-KB3080149-x64.msu

The download link in line 350 downloads a 17MB file intended for Windows 7 and Server 2008R2, neither of which are supported by the agent installed by this script. Running this update package on a Server 2012R2 results in a "not applicable" error.

According to the Microsoft Update Catalog, the correct update package for KB3080149 for Windows Server 2012R2 (and Windows 8.1) is:

windows8.1-kb3080149-x64

and is 1.2 Megabytes in size.

I hope I'm not barking up the wrong tree here, but if this was indeed an error, I would be happy to see a fix, because the script is very useful for MDE deployments to older servers.

Thanks for your work.

@synssins
Copy link

I can confirm that using the KB you specified above for 2012r2/8.1 resolved an issue in which the KB specified in the script would try to install and then state that it was not applicable, leading to a failure in the installation.
Updating the URL in the script to point to the KB specified worked reliably on multiple systems.

We're just starting our deployment and onboarding of MDE in a 12k+ system environment.

@pahuijbr
Copy link
Collaborator

pahuijbr commented Jun 3, 2022

Investigating

pahuijbr added a commit that referenced this issue Jun 21, 2022
@pahuijbr
Copy link
Collaborator

a3d7b47

@fklapper
Copy link
Author

fklapper commented Jun 22, 2022

@pahuijbr the issue is now closed but no change was made to the URL in the script. It appears that a KB intended for Windows 6.1 versions does not function on an OS 8.1 or newer. Why was this closed?

@pahuijbr
Copy link
Collaborator

@fgondorf thanks - please check the new version that was just uploaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants