Skip to content

Can do Multiple Digital signing for a MSI using wixsharp? #1628

Answered by oleg-shilo
Naganathan asked this question in Q&A
Discussion options

You must be logged in to vote

Of course. The Project.DigitalSignature is really a very simple feature that doesn't do much more than just secure your sign tool.

You still have the all flexibility of signing after the build:

var msiFile = project.BuildMsi();

Process.Start("signtool.exe", $"{maliFile}.... ").WaitForExit();

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Naganathan
Comment options

@oleg-shilo
Comment options

@Naganathan
Comment options

@oleg-shilo
Comment options

Answer selected by Naganathan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants