I. WRISTAPP INSTALLER The WristApp Installer is used to extract and install WristApp files from the Web or from a file on your hard drive. This document explains the format that should be followed when creating these files II. FILE FORMAT WristApp Installer compatible files are simply ZIP files that contain specific files. Some files are required and some are optional. Both the required and optional files are listed below. Required Files: *.app - This is a text file that tells the PC software about the WristApp . *.bin (2) - One file is the program code and the other is the parameter file. Optional Files: *.html - This file is used by default to show help and information about the WristApp when selecting Properties in the PC software. *.txt - This file is used to show help and information about the WristApp when selecting Properties from within the PIM if the .HTML file is not present. *.dll - If a user interface (GUI plug-in) is present, then this file should be installed. *.bin - A third .bin file is present if there is a database associated with the WristApp. *.ico - This file is a standard Windows icon file that is displayed in the PC software mode list. *.* - Any additional files required for the GUI plug-in such as .INI files should also be installed. NOTE: There should be NO directory structure present in the file. III. EXAMPLE The following example shows the files that should be present in the ZIP file for the WorldTime WristApp: World.app World.html World.ico World.txt WorldTime.dll WorldTime.ini world_code_018.bin world_dbase_018.bin world_par_018.bin