Setup.dll File

The device-specific Setup.dll file is an optional file, written by the ISV, that enables you to perform custom operations during installation and removal of your application. The file exports the following functions:

Note Once the Setup.dll file is incorporated into the .cab file, it is renamed. You cannot make any assumptions on file name or location of this DLL on the device. Thus, you must specify the full path and file name when you write these functions. Also, you must include the SDK public header file, Ce_setup.h.