1

I have a code signing certificate for my application and also created a setup using Install Shield. Now my question is that can i sign the Whole setup at once or just sign Exe file present in the Bin of the project also If i have a Wix installer as well so how can i sign this installer.

Saud Khan
  • 11
  • 1
  • 2

1 Answers1

1

This is how you enable digital signing in IS.

This is how you can do it with Wix: WiX: Digitally Sign BootStrapper project

This is how you can do it from the command line, no matter what tool you are using to build your setup:

- Using SignTool to Sign a File

Bogdan Mitrache
  • 10,536
  • 19
  • 34