IInstallCertificate Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IInstallCertificate : ICustomAction

OverviewCopy link to this sectionLink to this section copied!

This interface facilitates editing custom action that installs a certificate included in the installer. It requires administrative privileges to run, so make sure you set "RunAsAdministrator" property to “true” from Install Parameters.

PropertiesCopy link to this sectionLink to this section copied!

String CertificateFilePath - Gets or sets the source path to the certificate file.

Bool InstallOnLocalMachine - Gets or sets the property of the custom action install the certificate on “Local Machine” or “Current User” location.

String StoreName - Gets or sets the name of the certificate store.