ServiceInstaller.IsEquivalentInstaller(ComponentInstaller) Método

Definição

Indica se dois instaladores instalariam o mesmo serviço.

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

Um ComponentInstaller ao qual você está comparando o instalador atual.

Retornos

Boolean

true se chamar Install(IDictionary) em ambos esses instaladores resultaria em instalar o mesmo serviço; caso contrário, false.

Comentários

IsEquivalentInstaller indica, por exemplo, se dois instaladores instalariam o mesmo serviço na mesma conta de usuário.

Aplica-se a

Confira também