I'm writing software for the QTek 2020 at the moment which is running Pocket
PC Version 4.20.0.

However we're just starting to rollout the same software on the XDA II
running Windows Mobile 2003 Second Edition version 4.21.1088.

The software actually works OK however when it tries to install SQLCE and
SP3 for the .NET Framework it's coming up saying "this software was written
for a previous version of software, and may not work, do you want to continue
with the install"

Is there anyway to get around this?

Many Thanks
Rob

Re: Setup moans because of newer version by ctacke/>

ctacke/>
Wed Nov 23 07:13:51 CST 2005

Update your CAB files with a higher minimum version.

-Chris


"Rob S" <RobS@discussions.microsoft.com> wrote in message
news:0E3788C4-784E-45E0-8155-9CCCCFC087E5@microsoft.com...
> I'm writing software for the QTek 2020 at the moment which is running
> Pocket
> PC Version 4.20.0.
>
> However we're just starting to rollout the same software on the XDA II
> running Windows Mobile 2003 Second Edition version 4.21.1088.
>
> The software actually works OK however when it tries to install SQLCE and
> SP3 for the .NET Framework it's coming up saying "this software was
> written
> for a previous version of software, and may not work, do you want to
> continue
> with the install"
>
> Is there anyway to get around this?
>
> Many Thanks
> Rob



Re: Setup moans because of newer version by RobS

RobS
Wed Nov 23 07:23:02 CST 2005

Stupid question, but where do i get them from?

"<ctacke/>" wrote:

> Update your CAB files with a higher minimum version.
>
> -Chris
>
>
> "Rob S" <RobS@discussions.microsoft.com> wrote in message
> news:0E3788C4-784E-45E0-8155-9CCCCFC087E5@microsoft.com...
> > I'm writing software for the QTek 2020 at the moment which is running
> > Pocket
> > PC Version 4.20.0.
> >
> > However we're just starting to rollout the same software on the XDA II
> > running Windows Mobile 2003 Second Edition version 4.21.1088.
> >
> > The software actually works OK however when it tries to install SQLCE and
> > SP3 for the .NET Framework it's coming up saying "this software was
> > written
> > for a previous version of software, and may not work, do you want to
> > continue
> > with the install"
> >
> > Is there anyway to get around this?
> >
> > Many Thanks
> > Rob
>
>
>

Re: Setup moans because of newer version by ctacke/>

ctacke/>
Wed Nov 23 19:16:17 CST 2005

Well you're generating the CABs, so alter the INF file used by cabwiz and up
the minimum version number. A google search on INF formats, as well as the
exact warning string you posted should yield good info.

-Chris


"Rob S" <RobS@discussions.microsoft.com> wrote in message
news:E4F28FA5-BD85-4418-BA54-902F8A4C294F@microsoft.com...
> Stupid question, but where do i get them from?
>
> "<ctacke/>" wrote:
>
>> Update your CAB files with a higher minimum version.
>>
>> -Chris
>>
>>
>> "Rob S" <RobS@discussions.microsoft.com> wrote in message
>> news:0E3788C4-784E-45E0-8155-9CCCCFC087E5@microsoft.com...
>> > I'm writing software for the QTek 2020 at the moment which is running
>> > Pocket
>> > PC Version 4.20.0.
>> >
>> > However we're just starting to rollout the same software on the XDA II
>> > running Windows Mobile 2003 Second Edition version 4.21.1088.
>> >
>> > The software actually works OK however when it tries to install SQLCE
>> > and
>> > SP3 for the .NET Framework it's coming up saying "this software was
>> > written
>> > for a previous version of software, and may not work, do you want to
>> > continue
>> > with the install"
>> >
>> > Is there anyway to get around this?
>> >
>> > Many Thanks
>> > Rob
>>
>>
>>



Re: Setup moans because of newer version by Markus

Markus
Fri Nov 25 13:07:56 CST 2005

<ctacke/> schrieb:
> Well you're generating the CABs, so alter the INF file used by cabwiz and up
> the minimum version number. A google search on INF formats, as well as the
> exact warning string you posted should yield good info.
>
This is only true if you don't use installer programs, they mostly don't
use cabwiz or cabwiz ignores these settings if made in these cases.

Greetings

Markus

Re: Setup moans because of newer version by ctacke/>

ctacke/>
Fri Nov 25 14:11:45 CST 2005

Doubtful. Almost all of the commercial installers still use CABWIZ to
generate the actual cabs (I say "almost all" in the event there's one out
there that doesn't, but all that I know of do), they simply generate the INF
for you "behind the scenes" and pipe it through CABWIZ, getting rid of the
ugliness of dealing with them manually.

And if it's a comercial product generating the CABs, there will be a place
to tell it what the minimum and maximum versions supported are.

-Chris


"Markus Humm" <markus.humm1@freenet.de> wrote in message
news:4387619b$0$18006$9b622d9e@news.freenet.de...
> <ctacke/> schrieb:
>> Well you're generating the CABs, so alter the INF file used by cabwiz and
>> up
>> the minimum version number. A google search on INF formats, as well as
>> the
>> exact warning string you posted should yield good info.
>>
> This is only true if you don't use installer programs, they mostly don't
> use cabwiz or cabwiz ignores these settings if made in these cases.
>
> Greetings
>
> Markus