; ; XPLOIDS : Main installer settings section ; ; Keys: ; ; AppName - The top-level name of the application. This will be used ; in messages to the user. ; ; Welcome - The title displayed at the top of the main screen. ; ; WelcomeText - Any additional text the developer wishes to display on ; the main screen. Instructions to the user, etc. ; ; Files - Specifies then list of files sections to be installed. Each ; file's properties are described in separate sections below. ; ; InstallPath - Specifies the root installation path for all VFS files. ; [XploidsInstaller] AppName=Xploids Welcome=Welcome to Xploids Install WelcomeText=This program will install Xploids on your Zodiac device. Choose the destination device, installation slot and memory footprint. Then press 'Install'. The software will be sent to your device in the next HotSync session.\n\nTune the footprint of Xploids from 2-7Mb by selecting or omitting optional audio components. Files=Resource Xploids Background Audio Character Fonts Graphics InstallPath=PALM\PROGRAMS\Xploids-XPLD ; Target file descriptor section ; ; Keys: ; ; Source - name of the file to be installed as it exists on the host ; system, relative to the INI file path. ; ; Target - Keyword identifying where the file should be installed: ; either PALM or VFS. If PALM is specified, the file will either ; be installed into main memory, or into the /Palm/Launcher ; folder of a card, depending on whether the user selects ; internal memory or an external card during installation. ; ; Note: only files which are appropriate for Palm OS internal ; storage may be specified as PALM (.prc, .pdb, .pqa, .pnc, ; etc.). ; ; If VFS is specified, the file will be placed in the folder ; specified by the "Folder" key below. Before installation, the ; user must choose either "internal memory" or an existing ; external slot (if "internal memory" is selected, the folder ; will be created within the "internal" card on the handheld). ; ; Folder - destination directory for the file when installing on ; a card; should be in the format "dir\dir1". This key is only ; used if CARD is used as the target. The path must be relative ; to the root of the card and must not have a leading "\". ; [Resource] Source=xploids.rsc xploids_prefs.rsc Target=VFS Folder=\ [Xploids] Source=Xploids_base.prc Target=PALM [Audio] Target=VFS Folder=\ Source=fx.pak [Background] Target=VFS Folder=\ Source=bkgrd.pak [Character] Target=VFS Folder=\ Source=voices.pak [Fonts] Target=VFS Folder=\ Source=fonts.pak [Graphics] Target=VFS Folder=\ Source=graphics.pak