Query A:
========
I have successfully installed the driver on CEPC. I have copied driver
.dll files in Program files
and in windows directory, the required registry keys for loading the
driver were also created in CEPC.
Now when i connect the Nokia handset with CEPC then it displays a
dialog box prompting a user to enter the name of the appropriate USB
device driver DLL. When i give the driver name then it tries to find
the driver from the host i.e.
"J:\WINCE500\PBWorkspaces\cepc_x86\RelDir\CEPC_x86_Debug". It is not
trying to find from CEPC.

I think as i have already installed the driver then:
1. Why it is not trying to search appropriate registry entries from
CEPC
2. Why it is not trying to search appropriate driver from CEPC for this
device
3. Why it is showing dialogue box to enter the name of the driver from
the host system.

Note: First i booted CEPC using the run time image created by Platform
builder present on the host system and later i attach the Nokia handset
to load the driver for modem device.



Query B:
=======
I have created the cab file for installing the driver on CEPC using inf
file. Now in run time image i provided support for cab installer. I am
able to install it from the cab file when i do double click on cab file
and after the installation of the driver cab file is deleted
automatically.

>From platfrom builder 5.0 help i find the following:
(Snip)
The Wceload tool (Wceload.exe) runs on your target device. You use this
tool to install or remove the cab file from a location that you
specify. If you do not specify a location, the cab file will be
installed in or removed from the default location. The default location
is the Program Files directory on your target device.

wceload Specifies how it removes the cab file after installation.
Value Description
0 Does not remove the cab file.
1 Removes the cab file. This is the default value.
2 Treats the file as chuck blocks of data, and dynamically deletes
them.
........
(Snip end)

Now please suggest how can i use this wceload.exe tool. When i do
double click on this tool it says "Please specify a cab file or
double-tap file to install the application"

Please suggest whether it is used from command prompt?