Skip to content

[Feature]: Make2023BootableMedia should have an option to download oscdimg if not present #333

@Wack0

Description

@Wack0

Feature Overview

Currently Make2023BootableMedia.ps1 requires oscdimg to be present, and asks for the whole ADK to be installed if it is not.

However, oscdimg, being a component built with Windows, is present on the public symbol server:

  • AMD64: https://msdl.microsoft.com/download/symbols/oscdimg.exe/9F01AFB765000/oscdimg.exe
  • ARM64: https://msdl.microsoft.com/download/symbols/oscdimg.exe/2267BF2C66000/oscdimg.exe
  • x86: https://msdl.microsoft.com/download/symbols/oscdimg.exe/CFBCC93A60000/oscdimg.exe
  • ARMv7: https://msdl.microsoft.com/download/symbols/oscdimg.exe/5215811C60000/oscdimg.exe

Thus the script could download just oscdimg instead of needing the whole ADK.

Solution Overview

Provide an option to download oscdimg from the public symbol server if it is not present.

Alternatives Considered

No response

Urgency

Low

Are you going to implement the feature request?

Someone else needs to implement the feature

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions