Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You don't have to but its not a bad idea.</p> <p><a href="http://msdn.microsoft.com/en-us/library/aa367762(VS.85).aspx" rel="nofollow noreferrer"><strong>Authoring a Fully Verified Signed Installation</strong></a></p> <blockquote> <p>You can use these guidelines to cover an entire Windows Installer installation by a digital signature.</p> <p>Authors of Windows Installer installations must adhere to the following to ensure that all parts of the installation are covered by a digital signature:</p> <ul> <li>Use internal cabinet files, or use signed external cabinet files and correctly author the MsiDigitalSignature table and MsiDigitalCertificate table.</li> <li>Use only custom actions stored within the package or installed with the package.</li> <li>Sign the installation package.</li> <li>Include an MsiPatchCertificate table in the package. To enable User Account Control (UAC) Patching, this table must contain information used to identify the signer certificates used to digitally sign patches. UAC patching enables the author of the installation package to identify digitally-signed patches that can be applied in the future by non-administrator users.</li> </ul> </blockquote> <p>The instructions above cover what you need to do for the installer itself. Signing the assemblies is up to you and is somewhat of a separate issue and has separate concerns and benefits. Please read <a href="http://www.techrepublic.com/article/strong-name-assemblies-can-keep-you-out-of-dll-hell/" rel="nofollow noreferrer">Strong name assemblies can keep you out of DLL Hell</a> for more information about signing assemblies.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload