-2

Is it possible to sign an MSI file manually, without the signtool.exe tool that comes with the Windows SDK?

If so, how big of a job is this?

J Smith
  • 2,375
  • 3
  • 18
  • 36

1 Answers1

2

Sure: SignerSignEx in C++; wrapped in C#. Unless you really mean manually, in which case get a binary editor, lots of paper, a good calculator, and don't make mistakes! :)

Community
  • 1
  • 1
Michael Urman
  • 15,737
  • 2
  • 28
  • 44