Uninstall_Exit
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
A custom installer dll should export the Uninstall_Exit function. This function will be called after an application is uninstalled. This function can be used for custom operations such as the following:
-
Saving database data into a file and deleting the database.
-
Informing the user where the user data files are stored.
-
Informing the user how to reinstall the application.
For more information, see Optional Setup.dll Files for Installation.
Show: