Soluling home   Document home

Signing

Signing

Use this sheet to specify how to sign the application files that are created. This sheet is visble only if the original application is signed.

Digital Signature

This is visible only if the original assembly has a digital signature. Specifies the method of how the digital signature is signed to the localized files. Possible values are:

Value Description
Do not add a digital signature but add later

Soluling does not add the signature. You should add it later using some other tool.

Use a command line tool to add a signature

Soluling uses a command line tool such as SignTool.exe to add a signature.

Signtool application specifies the sign tool application that is used when adding the digital signature. If you have Windows SDK installed, Soluling tries to find the SignTool.exe, and if found, uses that value. If you want to use some other sign tool, enter the full application path name here. For example,
C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe

Command line parameters specifies the command line parameters that are passed to the sign tool. Use %s to mark the place where the file to be signed is placed.. For example,
sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a %s

Note! %s specifies the file to be signed. Soluling injects the file there when calling the sing tool.