codeUNINSTALL_INIT (Compact 7)

3/12/2014

The codeUNINSTALL_INIT enumeration specifies the possible return values for the Uninstall_Init function before the application is uninstalled.

Syntax

typedef enum {
  codeUNINSTALL_INIT_CONTINUE = 0,
  codeUNINSTALL_INIT_CANCEL
} codeUNINSTALL_INIT;

Enumerators

  • codeUNINSTALL_INIT_CONTINUE
    Continue with the uninstallation.
  • codeUNINSTALL_INIT_CANCEL
    Immediately cancel the uninstallation.

Requirements

Header

ce_setup.h

See Also

Reference

CAB Wizard
Uninstall_Init