The [DefaultInstall] section is required and describes the default installation of your application.
[DefaultInstall]
Copyfiles=copyfile_list_section[,copyfile_list_section]
AddReg=add_registry_section[,add_registry_section]
[CEShortcuts=shortcut_list_section[,shortcut_list_section]] ; new key
[CESetupDLL=setup_DLL] ; new key
[CESelfRegister=self_reg_DLL_filename[,self_reg_DLL_filename] ; new key
During installation, if installation on the device fails to call the file's exported DllRegisterServer function, the file's exported DllUnregisterServer function will not be called during removal.
The following code example shows a typical [DefaultInstall] section.
[DefaultInstall]
AddReg = RegSettings.All
CEShortcuts = Shortcuts.All