Hacking:Building: Difference between revisions

Content deleted Content added
No edit summary
Marked this version for translation
Line 95: Line 95:
'''Note'''. This option is available only for Inno Setup.
'''Note'''. This option is available only for Inno Setup.


<!--T:55-->
In some cases you may want to create a [https://en.wikipedia.org/wiki/Code_signing signed installer]. For this you should:
In some cases you may want to create a [https://en.wikipedia.org/wiki/Code_signing signed installer]. For this you should:
* Buy a certificate.
* Buy a certificate.
Line 109: Line 110:
* Done.
* Done.


<!--T:56-->
'''SignTool.exe options'''<br />
'''SignTool.exe options'''<br />
/v - Displays verbose output regardless of whether the command runs successfully or fails, and displays warning messages.<br />
/v - Displays verbose output regardless of whether the command runs successfully or fails, and displays warning messages.<br />
Line 116: Line 118:
/d - Desc specifies a description of the signed content.<br />
/d - Desc specifies a description of the signed content.<br />


<!--T:57-->
'''InnoSetup Constants'''<br />
'''InnoSetup Constants'''<br />
$q is an Inno Setup constant representing a quote.<br />
$q is an Inno Setup constant representing a quote.<br />