IUpdateInstalledUwpDetection

Declaration

IUpdateInstalledUwpDetection : IUpdateInstalledBaseDetection

Overview

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

Properties

String ApplicationName - Gets or sets the application name for the app as it appears displayed to users.

String Version - Gets or sets the version number of the package in quad notation.

String ProcessorArchitecture - Gets or sets the architecture of the code contained in the application. Supported values: x86 x64 neutral none .

String ResourceId - Gets or sets the globally unique identifier name for the application.

String PublisherId - Gets or sets the the publisher subject information of the certificate used to sign the package.

See also

IUpdatesProject

IUpdate