Mobile Component - Advanced
The Mobile Component - Advanced dialog box is one of the pages that appears when you click Advanced... on the Mobile Component attributes pane. It allows you to specify advanced options for the Windows Mobile installation cabinet that is generated for the Mobile Component.
Dialog fields and options
The dialog page contains the following fields.
| Attribute | Description |
|---|---|
| Square screen support | Check this box if your Windows Mobile application supports square screens. If this box is checked, InstallMate adds the appropriate flag to the Windows Mobile installation cabinet. This allows the Windows Mobile installer to perform additional compatibility checks. |
| Screen rotation support | Check this box if your Windows Mobile application supports screen rotation. If this box is checked, InstallMate adds the appropriate flag to the Windows Mobile installation cabinet. This allows the Windows Mobile installer to perform additional compatibility checks. |
| No uninstaller |
Check this box if you do not want to register an uninstaller for your application on the Windows Mobile device. This is not generally recommended. Note: This option only has effect on Windows Mobile 5.0 and later devices. |
| Include _cesetup.dll |
Check this box to include a device-side installation DLL in the Windows Mobile installation cabinet. This DLL must be compiled for the CPU architecture of the mobile devices that your application targets (typically ARM or StrongARM), and must contain the predefined entry points Install_Init, Install_Exit, Uninstall_Init, and Uninstall_Exit. For details, consult the Microsoft Windows Mobile SDK documentation. If you check this box, you must specify the path to the DLL in the text box; you can also click the ... (browse) button to open a standard Windows Open dialog box to browse for the file on your computer. Note: This option only has effect on Windows Mobile 5.0 and later devices. |
| Compress files inside cabinet |
Check this box to compress the files inside the Windows Mobile installation cabinet. By default, the files are not compressed. Note: Compressing the files inside the cabinet is only compatible with Windows Mobile 5.0 and later. Earlier versions of Windows Mobile do not support file compression inside the cabinet. We therefore recommend that you do not use this option. The overall distribution size of your installer is not significantly different anyway, because the Windows Mobile cabinet file itself will be compressed when it is stored in the distribution package. |
| Sign cabinet |
Check this box to sign the Windows Mobile installation cabinet prior to inclusion in the distribution package. This requires that you have a Windows Mobile-compatible code signing certificate and matching private key; these are typically obtained through the Microsoft Mobile2Market program. Cabinet signing is optional, but it might affect how your installation cabinet is treated by the installer on the mobile device:
For details, consult the Microsoft Windows Mobile SDK documentation. If you check this box, you must configure the Windows Mobile signing options by clicking on Signing options... This is only necessary the first time that you use this option. |
| Signing options... | Click this button to open the Preferences - Mobile Signing dialog box. This dialog box allows you to specify the signing certificate and private key to use for signing the Windows Mobile installation cabinet. |