IUpdateInstalledExeDetection

Declaration

IUpdateInstalledExeDetection : IUpdateInstalledBaseDetection

Overview

This interface is meant to specify details about the detection used to determine if the update is installed using a custom executable. The custom EXE must set the exit code to be different from zero if the update is already installed, otherwise set to zero. This way, the Updater will run the executable and use its exit code to determine if the update is installed or not..

Properties

String FilePath - Gets or sets the location of the executable file .

String Arguments - Gets or sets the command line parameters used when running the custom detection executable .

See also

IUpdatesProject

IUpdate