I have a program, written in MATLAB 2014b, that is compiled using Matlab Compiler Runtime and distributed as an executable: blah.exe.
I know it is possible to sign this executable (with a certificate I provide), but what if I wanted to sign the executable post-installation? Is this possible, and how would I do it?
Perhaps the signing carries over? Am I totally misunderstanding this?
EDIT: This is being done on Windows, for Windows users.