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
Feature Overview
Currently
Make2023BootableMedia.ps1requires 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:
https://msdl.microsoft.com/download/symbols/oscdimg.exe/9F01AFB765000/oscdimg.exehttps://msdl.microsoft.com/download/symbols/oscdimg.exe/2267BF2C66000/oscdimg.exehttps://msdl.microsoft.com/download/symbols/oscdimg.exe/CFBCC93A60000/oscdimg.exehttps://msdl.microsoft.com/download/symbols/oscdimg.exe/5215811C60000/oscdimg.exeThus 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