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?
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?
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! :)