codeINSTALL_EXIT

Send Feedback

The codeINSTALL_EXIT enumeration specifies the possible return values used by Install_Exit after the application is installed.

Syntax

typedef enum {
  codeINSTALL_EXIT_DONE = 0, 
  codeINSTALL_EXIT_UNINSTALL 
} codeINSTALL_EXIT;

Enumerators

  • codeINSTALL_EXIT_DONE
    Exit the installation successfully.
  • codeINSTALL_EXIT_UNINSTALL
    Uninstall the application before exiting the installation.

Remarks

The Install_Exit function uses this enumeration to specify return values once the installation process has been completed.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: ce_setup.h
Library: None

See Also

File and Application Management Enumerations | Install_Exit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.