Forum Discussion
Anisa123
Jun 18, 2020Copper Contributor
Unable to sign msix package with signtool.exe error: File not Found
I am trying to sign a msix package locally with signtools.exe on cmd I get the error Done Additional Store SignTool Error: File not found: file.msix Can i please get some guidance on this. ...
Anisa123
Jun 18, 2020Copper Contributor
TIMOTHY_MANGAN this is the command I'm running
C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe sign /fd SHA256 /f "C:\BuildFiles\Cert-2021.pfx" /p "xxxxx" "C:\BuildFiles\Design.msix"
Thanks
Jun 18, 2020
Anisa123 The command line you provided looks correct to me, assuming the files are in place and password correct.
That the error suggested "file.msix" indicates that either you generalized the error return, the command line was not what was typed here, or that I have no clue as to what the issue is.
The feedback hub might be suggested as you can attach things to Microsoft, along with telemetry they gather, and have them take a look.
- Anisa123Jun 19, 2020Copper Contributor
Managed to get this to work using signtools.exe from SDK 10.0.17763.0.