EventLogInstaller.IsEquivalentInstaller(ComponentInstaller) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si un programme d'installation et un autre programme d'installation spécifié font référence à la même source.
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
Paramètres
- otherInstaller
- ComponentInstaller
Programme d'installation à comparer.
Retours
true
si ce programme d'installation et le programme d'installation spécifié par le paramètre otherInstaller
installent ou désinstallent la même source ; sinon, false
.
Remarques
En règle générale, vous n’appelez pas les méthodes du EventLogInstaller à partir de votre code ; elles sont généralement appelées uniquement par l’outil Installer (Installutil.exe).