Share via


codeINSTALL_INIT

The codeINSTALL_INIT enumeration is called before the application is installed.

Syntax

typedef enum {
  codeINSTALL_INIT_CONTINUE = 0,
  codeINSTALL_INIT_CANCEL
} codeINSTALL_INIT;

Enumerators

  • codeINSTALL_INIT_CONTINUE
    Continue with the installation.
  • codeINSTALL_INIT_CANCEL
    Immediately cancel the installation.

Remarks

Windows CE Wceload.exe calls this function, which is part of the application setup and uninstall program, Setup.dll. For information about Wceload.exe, see the command-line tools documentation under "Platform Builder" in the MSDN library.

Requirements

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

See Also

File and Application Management API Enumerations

Install_Init

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.