How can I digitally sign MSI installer #6488
Unanswered
HarshSuman82
asked this question in
Questions
Replies: 1 comment 2 replies
-
It's recommended to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create an MSI installer file as digitally signed. I tried to put the event comment (CD "C:\Program Files (x86)\Windows Kits\10\bin\x64" signtool.exe sign /f "[Path Of pfx file]" /p "password" /t "[Path of MSI file]") at WiX toolset project's Post Build Event.
But I am getting an error "exited with code 9009". Please help me to find the solution for this.
Beta Was this translation helpful? Give feedback.
All reactions