Suppressing The About Dialog; Installing A Cab File; Flash Memory - Symbol SPS 3000 Series Programmer's Manual

Symbol technologies scanner programmer's guide
Hide thumbs Also See for SPS 3000 Series:
Table of Contents

Advertisement

SPS 3000 Series Programmer's Guide

Suppressing the About Dialog

When the Trigger application (Trigger.exe) runs for the first time, the About box displays
with an option not to show it on subsequent launches (see
page 4-6).
The following registry entry affects this operation:
Registry Key:
HKEY_CURRENT_USER\Software\Symbol\Settings
DWORD Value:
TriggerDlg = <1 for prompt, 0 for no prompt>

Installing a CAB file

When CAB files run from the iPAQ they automatically install. If you would like to install a
CAB file from inside your installation program, simply use the CAB file name as the
command line parameter to the wceload executable.
"C" Example:
PROCESS_INFORMATION pi;
CreateProcess(L"\\Windows\\wceload.exe", L"\"\\scndrv_0100.cab\"", NULL, NULL,
FALSE, 0, NULL, NULL, NULL, &pi);

Flash Memory

SPS 3000 Flash memory provides a method for deploying iPAQ applications and drivers in
the field without the use of a desktop PC or other hardware. The developer can create a
CAB file that installs an application. Since not all SPS 3000 devices contain Flash memory,
please refer to
Determining if Flash Memory is Present
utilities.
Once the developer configures the memory, it should be considered ROM (Read Only
Memory) by the end-user. By default, this memory is locked by the iPAQ so that users
cannot change its content.
5-6
Scanning For the First Time
before using the Flash memory
on

Advertisement

Table of Contents
loading

Table of Contents