EventLogInstaller.IsEquivalentInstaller(ComponentInstaller) Método

Definición

Determina si un instalador y otro instalador especificado hacen referencia al mismo origen.

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

Parámetros

otherInstaller
ComponentInstaller

Instalador que se va a comparar.

Devoluciones

Es true si este instalador y el instalador especificado por el parámetro otherInstaller instalarán o desinstalarán el mismo origen; en caso contrario, es false.

Comentarios

Normalmente, no se llama a los métodos de desde dentro EventLogInstaller del código; por lo general, la herramienta Instalador (Installutil.exe) las llama normalmente.

Se aplica a

Consulte también