C
Chris Linnen
Hi,
I'm trying to setup a pocket pc so that it installs a custom application and
recovers all its settings after a cold reset by editing the registry.
I'm almost there except I need some help with a couple of questions.
Q1.
I need to install and run six cab files. These are all embedded in the
\application folder. To actually run these cabs I use the following
command:
CPY FILE:
\application\cabs\netcf.all.wce4.ARMV4.cab >
REG FILE:
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog10]
"Name"="\windows\wceldcmd.exe"
"Command"="\application\cabs\netcf.all.wce4.ARMV4.cab"
"Continue"=dword:1
"ColdBootOnly"=dword:1
All the cabs are read-only so they remain in the folder even after they are
installed.
This method seems to work OK except the following cabsdo install, yet when I
open the custom application I get a startup General Exception error:
"SqlceException" so they obviously aren't installing properly.
\application\sqlce.dev.wce4.armv4.cab
\application \sqlce.wce4.armv4.cab
Can anyone help me find a way around this?
Q2.
When I am setting WLAN profile details in the registry, I need to enter in
an encypted key.
My question is: how do I set about encrypting my 26 character key?
Units are Symbol 8846's running PPC2003.
Any help would be greatly appreciated.
Chris.
I'm trying to setup a pocket pc so that it installs a custom application and
recovers all its settings after a cold reset by editing the registry.
I'm almost there except I need some help with a couple of questions.
Q1.
I need to install and run six cab files. These are all embedded in the
\application folder. To actually run these cabs I use the following
command:
CPY FILE:
\application\cabs\netcf.all.wce4.ARMV4.cab >
REG FILE:
[HKEY_CURRENT_USER\Software\Symbol\Startup\Programs\Prog10]
"Name"="\windows\wceldcmd.exe"
"Command"="\application\cabs\netcf.all.wce4.ARMV4.cab"
"Continue"=dword:1
"ColdBootOnly"=dword:1
All the cabs are read-only so they remain in the folder even after they are
installed.
This method seems to work OK except the following cabsdo install, yet when I
open the custom application I get a startup General Exception error:
"SqlceException" so they obviously aren't installing properly.
\application\sqlce.dev.wce4.armv4.cab
\application \sqlce.wce4.armv4.cab
Can anyone help me find a way around this?
Q2.
When I am setting WLAN profile details in the registry, I need to enter in
an encypted key.
My question is: how do I set about encrypting my 26 character key?
Units are Symbol 8846's running PPC2003.
Any help would be greatly appreciated.
Chris.