IUpdateInstalledDetection

Declaration

IUpdateInstalledDetection : IDispatch

Overview

This interface is meant to specify details about the detection used to determine if the update is installed.

Properties

String Type - Gets or sets the type of the detection. Supported values: Registry, FileVersion, FileSize, CustomExe, UwpApp .

VARIANT Options - Get the object that will allow editing detection options.
Depending on the detection type will return: .

  • Registry => IUpdateInstalledRegDetection
  • FileVersion => IUpdateInstalledFileVerDetection
  • FileSize => IUpdateInstalledFileSizeDetection
  • CustomExe => IUpdateInstalledExeDetection
  • UwpApp => IUpdateInstalledUwpDetection

See also

IUpdateInstalledRegDetection

IUpdateInstalledFileVerDetection

IUpdateInstalledFileSizeDetection

IUpdateInstalledExeDetection

IUpdateInstalledUwpDetection

IUpdatesProject

IUpdate