;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; wxWidgets Life Sample AppInstall INF ; This sample INF file is used as the input file for "Cabwiz.exe". ; Along with sample binary files, it will create multiple (2) CAB files, ; for the following types of devices: ; - Pocket PC 2003 ARM CPU ; - Pocket PC 2003 X86 CPU (for use in the Pocket PC 2003 emulator) ; ; These variables can be used: ; %CE1% \Program Files ; %CE2% \Windows ; %CE3% \Windows Desktop ; %CE4% \Windows\StartUp ; %CE5% \My Documents ; %CE6% \Program Files\Accessories ; %CE7% \Program Files\Communication ; %CE8% \Program Files\Games ; %CE9% \Program Files\Pocket Outlook ; %CE10% \Program Files\Office ; %CE11% \Windows\Programs ; %CE12% \Windows\Accessories ; %CE13% \Windows\Communications ; %CE14% \Windows\Programs\Games ; %CE15% \Windows\Fonts ; %CE16% \Windows\Recent ; %CE17% \Windows\Favorites ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Required "Version" section. ; Contains INF version information [Version] Signature = "$Windows NT$" ; Should be $Windows NT$ or $Windows 98$ or other OS name Provider = "wxWidgets" ; full app name will be " " CESignature = "$Windows CE$" ; Must be $Windows CE$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Required "CEStrings" section ; Specific strings used by Windows CE AppInstall [CEStrings] AppName = "Life" ; full app name will be " " InstallDir = %CE8%\%AppName% ; "\Program Files\Games\Life" (default install directory, which can be changed by end user.) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Optional "Strings" section ; Contains string substitutions replacing the key string (enclosed with percent symbols) with the value string ; For this example, it will store language-dependent strings [Strings] LinkFilename = "Life" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Required "CEDevice" section ; Specifies the various types of CAB files that will be generated [CEDevice] ;UnsupportedPlatforms = "HPC","Jupiter","Palm PC2" ;VersionMin = 3.0 ;VersionMax = 5.0 ; The following string is required to stop a warning about legacy apps. ; You could also set VersionMin to 4.21 for PC2003, but it won't run on ; PC2002 devices. ; Possible BuildMax values: ; 0xA0000000 Application supports square screens (240x240 pixels). ; 0xC0000000 Application supports screen rotation. ; 0xE0000000 Application supports square screens and screen rotation. BuildMax = 0xE0000000 [CEDevice.PPC2003_ARM] ProcessorType = 2577 ; ARM CPU ;[CEDevice.PPC2003_x86] ;ProcessorType = 686 ; x86 CPU for emulator ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Required "SourceDisksNames" section ; Specifies the source directories of the binary files ; Format: ; = ,