Setup moans because of newer version

G

Guest

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
 
G

Guest

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
 
M

Markus Humm

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top