IInstallCertificate

Declaration

IInstallCertificate : ICustomAction

Overview

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.

Properties

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.

See also

ISearch

IAdvinstProjectTypes