Defaultinstall] - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Programming
EXAMPLE:
The following code example shows three [CEDevice] sections: one that gives basic informa-
tion for any CPU and two that are specific to the SH3 and the MIPS microprocessors.
[CEDevice]
UnsupportedPlatforms = pltfrm1 ; Does not support pltfrm1
; The following specifies version 1.0 devices only.
VersionMin = 1.0
VersionMax = 1.0
[CEDevice.SH3]
; This will create a .CAB file specific to SH3 devices.
ProcessorType = 10003
UnsupportedPlatforms =
; The following overrides the version settings so that no version checking is performed.
VersionMin =
VersionMax =
[CEDevice.MIPS]
; This will create a .CAB file specific to "MIPS" devices.
ProcessorType = 4000
UnsupportedPlatforms =pltfrm2
" NOTE:
To create the two CPU-specific .CAB files for the SETUP.INF file in the previous example,
run the CAB Wizard with the "/cpu sh3 mips" parameter.

[DefaultInstall]

This describes the default installation of your application. Note that under this
section, you will list items expanded upon later in this description.
Required?
Copyfiles:
AddReg:
CEShortcuts:
CESetupDLL:
CESelfRegister:
EXAMPLE:
[DefaultInstall]
AddReg = RegSettings.All
CEShortcuts = Shortcuts.All
7-4
700 Series Color Mobile Computer User's Manual
Yes
copyfile_list_section
Maps to files defined later in the .INF file, such as Files.App, Files.Font,
and Files.Bitmaps.
add_registry_section
Example: RegSettings.All
shortcut_list_section
String that identifies one more section that defines shortcuts to a file, as
defined in the [CEShortcuts] section.
setup_DLL
Optimal string that specifies a SETUP.DLL file. It is written by the
Independent Software Vendor (ISV) and contains customized functions for
operations during installation and removal of the application. The file
must be specified in the [SourceDisksFiles] section.
self_reg_DLL_filename
String that identifies files that self-register by exporting the
DllRegisterServer and DllUnregisterServer Component Object Model
(COM) functions. Specify these files in the [SourceDiskFiles] section.
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.
; A "template" for all platforms
; Inherits all [CEDevice] settings
; SH3 .cab file is valid for SH3 microprocessors.
; pltfrm1 is still unsupported
; Inherits all [CEDevice] settings
; MIPS .CAB file is valid for MIPS microprocessor.
; pltfrm1, pltfrm2 unsupported for MIPs .CAB file.
SECTION 7

Advertisement

Table of Contents
loading

Table of Contents