I want to create a cabfile to set GRPS settings.
The _setup.xml is as follows:

<wap-provisioningdoc>
<characteristic type="CM_GPRSEntries">
<characteristic type="GPRS1">
<parm name="DestId"
value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
<characteristic type="DevSpecificCellular">
<parm name="BearerInfoValid" value="1" />
<parm name="GPRSInfoValid" value="1" />
<parm name="GPRSInfoProtocolType" value="2" />
<parm name="GPRSInfoL2ProtocolType"
value="PPP" />
<parm name="GPRSInfoAccessPointName"
value="internet3.thephone-company.com" />
<parm name="GPRSInfoAddress"
value="" />
<parm name="GPRSInfoDataCompression"
value="1" />
<parm name="GPRSInfoHeaderCompression"
value="1" />
<parm name="GPRSInfoParameters" value="" />
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>Have tried both makecab and cabwiz to make the file,
but cant get it to install.
Can anyone help me! Please.
Erik

Re: How to make a cabfile to setup gprs by Pete

Pete
Tue Jun 21 05:08:27 CDT 2005

Hi,
try
makecab /D compress=off _setup.xml gprs1.cpf

And then you can just install the cpf

Pete

--
Pete Vickers
Microsoft .NET Compact Framework MVP
HP Business Partner
http://www.gui-innovations.com

"Erik" <herslov@hotmail.com> wrote in message
news:raPte.13496$SL4.292753@news4.e.nsc.no...
>I want to create a cabfile to set GRPS settings.
> The _setup.xml is as follows:
>
> <wap-provisioningdoc>
> <characteristic type="CM_GPRSEntries">
> <characteristic type="GPRS1">
> <parm name="DestId"
> value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
> <characteristic type="DevSpecificCellular">
> <parm name="BearerInfoValid" value="1" />
> <parm name="GPRSInfoValid" value="1" />
> <parm name="GPRSInfoProtocolType" value="2" />
> <parm name="GPRSInfoL2ProtocolType"
> value="PPP" />
> <parm name="GPRSInfoAccessPointName"
> value="internet3.thephone-company.com" />
> <parm name="GPRSInfoAddress"
> value="" />
> <parm name="GPRSInfoDataCompression"
> value="1" />
> <parm name="GPRSInfoHeaderCompression"
> value="1" />
> <parm name="GPRSInfoParameters" value="" />
> </characteristic>
> </characteristic>
> </characteristic>
> </wap-provisioningdoc>Have tried both makecab and cabwiz to make the file,
> but cant get it to install.
> Can anyone help me! Please.
> Erik
>
>
>



Re: How to make a cabfile to setup gprs by Erik

Erik
Wed Jun 22 01:30:14 CDT 2005

Thanks - it worked -
Then problem 2 - how to make make this available on a website.
I just get the content displayed when I select the file. How can i get it to
download the file instead?

Erik


"Pete Vickers [MVP]" <pete at gui - innovations dot com> wrote in message
news:e4MimkkdFHA.1600@tk2msftngp13.phx.gbl...
> Hi,
> try
> makecab /D compress=off _setup.xml gprs1.cpf
>
> And then you can just install the cpf
>
> Pete
>
> --
> Pete Vickers
> Microsoft .NET Compact Framework MVP
> HP Business Partner
> http://www.gui-innovations.com
>
> "Erik" <herslov@hotmail.com> wrote in message
> news:raPte.13496$SL4.292753@news4.e.nsc.no...
> >I want to create a cabfile to set GRPS settings.
> > The _setup.xml is as follows:
> >
> > <wap-provisioningdoc>
> > <characteristic type="CM_GPRSEntries">
> > <characteristic type="GPRS1">
> > <parm name="DestId"
> > value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
> > <characteristic type="DevSpecificCellular">
> > <parm name="BearerInfoValid" value="1" />
> > <parm name="GPRSInfoValid" value="1" />
> > <parm name="GPRSInfoProtocolType" value="2" />
> > <parm name="GPRSInfoL2ProtocolType"
> > value="PPP" />
> > <parm name="GPRSInfoAccessPointName"
> > value="internet3.thephone-company.com" />
> > <parm name="GPRSInfoAddress"
> > value="" />
> > <parm name="GPRSInfoDataCompression"
> > value="1" />
> > <parm name="GPRSInfoHeaderCompression"
> > value="1" />
> > <parm name="GPRSInfoParameters" value="" />
> > </characteristic>
> > </characteristic>
> > </characteristic>
> > </wap-provisioningdoc>Have tried both makecab and cabwiz to make the
file,
> > but cant get it to install.
> > Can anyone help me! Please.
> > Erik
> >
> >
> >
>
>



Re: How to make a cabfile to setup gprs by Peter

Peter
Wed Jun 22 02:19:38 CDT 2005

Your website needs to be configured to serve .cpf files as the
application/octet-stream mime type. How you go about this will depend on the
server you are using, e.g. IIS, Apache etc

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"Erik" <herslov@hotmail.com> wrote in message
news:Wz7ue.13223$ai7.318485@news2.e.nsc.no...
> Thanks - it worked -
> Then problem 2 - how to make make this available on a website.
> I just get the content displayed when I select the file. How can i get it
> to
> download the file instead?
>
> Erik
>
>
> "Pete Vickers [MVP]" <pete at gui - innovations dot com> wrote in message
> news:e4MimkkdFHA.1600@tk2msftngp13.phx.gbl...
>> Hi,
>> try
>> makecab /D compress=off _setup.xml gprs1.cpf
>>
>> And then you can just install the cpf
>>
>> Pete
>>
>> --
>> Pete Vickers
>> Microsoft .NET Compact Framework MVP
>> HP Business Partner
>> http://www.gui-innovations.com
>>
>> "Erik" <herslov@hotmail.com> wrote in message
>> news:raPte.13496$SL4.292753@news4.e.nsc.no...
>> >I want to create a cabfile to set GRPS settings.
>> > The _setup.xml is as follows:
>> >
>> > <wap-provisioningdoc>
>> > <characteristic type="CM_GPRSEntries">
>> > <characteristic type="GPRS1">
>> > <parm name="DestId"
>> > value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
>> > <characteristic type="DevSpecificCellular">
>> > <parm name="BearerInfoValid" value="1" />
>> > <parm name="GPRSInfoValid" value="1" />
>> > <parm name="GPRSInfoProtocolType" value="2" />
>> > <parm name="GPRSInfoL2ProtocolType"
>> > value="PPP" />
>> > <parm name="GPRSInfoAccessPointName"
>> > value="internet3.thephone-company.com" />
>> > <parm name="GPRSInfoAddress"
>> > value="" />
>> > <parm name="GPRSInfoDataCompression"
>> > value="1" />
>> > <parm name="GPRSInfoHeaderCompression"
>> > value="1" />
>> > <parm name="GPRSInfoParameters" value="" />
>> > </characteristic>
>> > </characteristic>
>> > </characteristic>
>> > </wap-provisioningdoc>Have tried both makecab and cabwiz to make the
> file,
>> > but cant get it to install.
>> > Can anyone help me! Please.
>> > Erik
>> >
>> >
>> >
>>
>>
>
>