C
Chandra
Hi Guys,
I am able to generate .cpf file from the _Setup.xml and deployed
successfully.cpf file and when the user clicks on .cpf file it installs
all the settings as I wanted to on the device.But the problem is the
user should click on .cpf file,Is there any way I can run .cpf file
after my application has been installed or without any user
intervention.
I used another approach by using makecab /D COMPRESS=ON _setup.xml
AllowRapi.cab and then used Signtool sign /f
SDKSampleprivDeveloper.pfx AllowRapi.cab and copied the cab file to the
device and its working fine.So i thought I would create a .ini file and
pass this AllowRapi.cab to Ceappmgr to install it on the device
programatically but its throwing an error saying invalid windows CE CAB
header.But if i copy the AllowRapi.cab file to my device and tap on it
its changing the registry settings as required.
I just dont want the user to tap on it.I want it to run as part of my
application without user intervention.
Please help me.
Regards
Chandra
I am able to generate .cpf file from the _Setup.xml and deployed
successfully.cpf file and when the user clicks on .cpf file it installs
all the settings as I wanted to on the device.But the problem is the
user should click on .cpf file,Is there any way I can run .cpf file
after my application has been installed or without any user
intervention.
I used another approach by using makecab /D COMPRESS=ON _setup.xml
AllowRapi.cab and then used Signtool sign /f
SDKSampleprivDeveloper.pfx AllowRapi.cab and copied the cab file to the
device and its working fine.So i thought I would create a .ini file and
pass this AllowRapi.cab to Ceappmgr to install it on the device
programatically but its throwing an error saying invalid windows CE CAB
header.But if i copy the AllowRapi.cab file to my device and tap on it
its changing the registry settings as required.
I just dont want the user to tap on it.I want it to run as part of my
application without user intervention.
Please help me.
Regards
Chandra