How can I use digital signature?

Common questions about using Actual Installer.
Post Reply
thesingh_prabh
Posts: 1
Joined: Mon Apr 09, 2018 7:48 pm

How can I use digital signature?

Post by thesingh_prabh »

Hi

how can I use digital signature in installer?
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: How can I use digital signature?

Post by Leo »

Hi,

Please read this first:
http://www.actualinstaller.com/help/faq ... _publisher

To sign setup files you can use Microsoft's tool signtool.exe or kSign.
The instruction on how to sign a setup file using kSign tool is described here:
http://certhelp.ksoftware.net/support/s ... ign-files-

To automate the signing process after building setup files, there is a special feature in Actual Installer:
Open menu "View \ Options" and click "File Options". Here you can select option "Sign setup file after building" and enter a command for signing:

Example for Signtool.exe:

Code: Select all

/K signtool sign /f MyCert.pfx "<SetupExe>" 
The command must begin with /K. All paths containing spaces must be quoted.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply