EventLogInstaller.IsEquivalentInstaller(ComponentInstaller) Metoda

Definice

Určuje, zda instalační program a jiný zadaný instalační program odkazují na stejný zdroj.

public:
 override bool IsEquivalentInstaller(System::Configuration::Install::ComponentInstaller ^ otherInstaller);
public override bool IsEquivalentInstaller (System.Configuration.Install.ComponentInstaller otherInstaller);
override this.IsEquivalentInstaller : System.Configuration.Install.ComponentInstaller -> bool
Public Overrides Function IsEquivalentInstaller (otherInstaller As ComponentInstaller) As Boolean

Parametry

otherInstaller
ComponentInstaller

Instalační program, který chcete porovnat.

Návraty

true pokud by tento instalační program a instalační program určený parametrem otherInstaller nainstalovali nebo odinstalovali stejný zdroj, falsev opačném případě .

Poznámky

Obvykle nevoláte metody EventLogInstaller z kódu, jsou obecně voláné pouze nástrojem instalačního programu (Installutil.exe).

Platí pro

Viz také