![]() |
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.
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 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, 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, Note! |