[CMake] How to codesign .msi from WIX/CPack?
Eric Wing
ewmailing at gmail.com
Thu Sep 8 02:08:18 EDT 2016
On 9/7/16, David Cole <DLRdave at aol.com> wrote:
> There may be a hook at the CPack level you can implement, but I'd have to
> dig to figure out what it is and if it even presently exists.
>
> The easy thing to do would be to implement a custom target which does two
> custom commands: the first the same as CPack (the built-in package target)
> and the second, a custom command to sign the generated .msi file.
>
>
> David
>
Thanks David. If you happen to find the hook, please let me know as I
am interested in that. Most of my users are not familiar with CMake,
so all the different built-in targets are already kind of confusing to
them already. I'm not keen on adding another if I can avoid it
(especially one that has fussy external dependencies, such as keyfiles
and passwords).
Thanks,
Eric
More information about the CMake
mailing list