-
Notifications
You must be signed in to change notification settings - Fork 2
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
Windows: Install App Certification Kit #44
base: master
Are you sure you want to change the base?
Conversation
Usually this is part of the Windows SDK. Is that not shipped with the windowsservercore image? Could it be installed differently, than by extracting it from an image? |
It is not part of the windowsservercore image, and the whole SDK is 1.2GB, consisting of all these things:
I found out the required tools are contained in two of these MSI files so I don't want the other crap because Azure CI already requires ~10min just to download the Docker image. Bloat bloat bloat... I addition, Microsoft doesn't seem to provide stable download links so I have no idea how to install a specific version of the SDK (which I want for reproducibility). |
Converting this to Draft because MSIX is not an option at the moment (see LibrePCB/LibrePCB#1256). Also the signtool is currently not needed because we have no certificate anyway. Just keeping the branch to still have this available when we need it in future (invested quite some time into this, don't like to loose it). |
To get
makeappx.exe
andsigntool.exe
.