-
Notifications
You must be signed in to change notification settings - Fork 72
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
Skip the signing step #105
Comments
Thank you for the quick fix and reply! Unfortunately it did not work, I'm getting the following error when trying to sign the msix:
The command I'm using works for the Just to clarify, the sign tool I'm using is just a wrapper around Here's the
|
Hello @Nohac My bad I had to add one more change to completely remove the sign part. |
Thanks. I'm unfortunately still not able to sign after updating. I copied the subject from a successfully signed |
@YehudaKremer I found someone with my exact issue: https://www.advancedinstaller.com/forums/viewtopic.php?t=37784 It's also worth mentioning that I'm using an EV certificate, which requires some additional fields. This stackoverflow post may explain some of it: https://stackoverflow.com/a/51644728 Edit: After reading the thread more carefully, prefixing the numbered fields with |
💬 Description
Would it be possible to add a feature to skip signing entirely? I'm in a situation where I need to use another tool for signing (not signtool.exe) and it won't let me sign when it's already signed with a test certificate.
I have no idea how an msix file works, so this might not be possible.
The text was updated successfully, but these errors were encountered: