IUpdateInstalledDetectionCopy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IUpdateInstalledDetection : IDispatch

OverviewCopy link to this sectionLink to this section copied!

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

PropertiesCopy link to this sectionLink to this section copied!

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