ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) Methode

Definitie

Geeft aan of twee installatieprogramma's dezelfde service zouden installeren.

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

Parameters

otherInstaller
ComponentInstaller

Een ComponentInstaller waarmee u het huidige installatieprogramma vergelijkt.

Retouren

trueals het aanroepen Install(IDictionary) van beide installatieprogramma's zou resulteren in het installeren van dezelfde service; anders. false

Opmerkingen

IsEquivalentInstaller geeft bijvoorbeeld aan of twee installatieprogramma's dezelfde service onder hetzelfde gebruikersaccount zouden installeren.

Van toepassing op

Zie ook