Thursday 1 December 2011

Windows Mobile Custom Installer DLL

Windows Mobile Custom Installer DLL

The DLL must export following functions
    Install_Init
    Install_Exit
    Uninstall_Init
    Uninstall_Exit


Install_Init
This function will be called before installation begins. This function can be used for custom operations such as checking an application version for application re-installation or determining whether a dependent application is present.
 
Install_Exit
This function will be called after an application is installed. This function can be used for custom operations such as handling errors that occurred during installation or launching of the application.

Uninstall_Init
This function will be called before an application is uninstalled. This function can be used for custom operations such as closing the application if it is running.

Uninstall_Exit


This function will be called after an application is uninstalled. This function can be used for custom operations.
  
For including this custom installer DLL to CAB
Use following type of section in your input CABWiz.inf file


[DefaultInstall.SA]
CESetupDLL = custom_setup.dll


Tags:

Windows Mobile Custom Installer DLL,windows mobile install cab file, windows mobile install cab file,windows mobile install cab automatically, install cab file windows mobile 6.5,windows mobile custom install, cesetupdll inf file

No comments:

Post a Comment