Defaultinstall, Example, Sourcedisknames – Intermec 700 User Manual

Page 252

Advertising
background image

Programming

Chapter

7

228

700 Series Color Mobile Computer User’s Manual

[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? Yes

S Copyfiles:

copyfile_list_section

Maps to files defined later in the .INF file, such as Files.App, Files.Font,
and Files.Bitmaps.

S AddReg:

add_registry_section

Example: RegSettings.All

S CEShortcuts:

shortcut_list_section

String that identifies one more section that defines shortcuts to a file, as
defined in the [CEShortcuts] section.

S CESetupDLL:

setup_DLL

Optimal string that specifies a SETUP.DLL file. It is written by the In-
dependent 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.

S CESelfRegister:

self_reg_DLL_filename

String that identifies files that self-register by exporting the DllRegister-
Server
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.

Example

[DefaultInstall]
AddReg = RegSettings.All
CEShortcuts = Shortcuts.All

[SourceDiskNames]

This section describes the name and path of the disk on which your ap-
plication resides.

Required? Yes

S disk_ordinal:

disk_label,,path

1=,“App files” , C:\Appsoft\RP32\...
2=,“Font files”,,C:\RpTools\...
3=,“CE Tools” ,,C:\windows ce tools...

S CESignature:

“$Windows CE$”

Example

[SourceDisksNames]

; Required section

1 = ,“Common files”,,C:\app\common

; Using an absolute path

[SourceDisksNames.SH3]
2 = ,“SH3 files”,,sh3

; Using a relative path

[SourceDisksNames.MIPS]
2 = ,“MIPS files”,,mips

; Using a relative path

Advertising