EventLogInstaller::IsEquivalentInstaller Method
.NET Framework 4.5
Determines whether an installer and another specified installer refer to the same source.
Namespace: System.Diagnostics
Assembly: System.Configuration.Install (in System.Configuration.Install.dll)
Parameters
- otherInstaller
- Type: System.Configuration.Install::ComponentInstaller
The installer to compare.
Return Value
Type: System::Booleantrue if this installer and the installer specified by the otherInstaller parameter would install or uninstall the same source; otherwise, false.
Typically, you do not call the methods of the EventLogInstaller from within your code; they are generally called only by the Installer tool (Installutil.exe).
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.