Integrate with Advanced Installer
Advanced Installer (hereafter referred to as AI) is developed by Caphyon and is an installer packaging tool built on Windows Installer (MSI) technology.
Configuration
-
Enable signing in
Digital Signatureand select定制as the signing tool. -
For Path, select the downloaded command-line signing tool executable.
-
Enter the following command line:
sign sign --access-key="xxx" --access-secret="xxx" --cert-code="xxx" --nest=true --sha1=false --sha2=true --timestamp-rfc3161=http://timestamp.acs.microsoft.com --desc="[|ProductName]" --override=true --file
-
In
构建, you need to change the defaultArchive installation files into CAB filesoption toArchive installation files using LZMA compression.
-
After modifying all configurations, you can view the files to be signed in
Files configured for signingunderDigital Signature, which also indicates the number of signing operations.