Page 1 of 1

INF files! CABS etc

PostPosted: Feb 11, 2003 @ 11:29am
by brendan
Hi, is it possible to install 2 different .exe files from a .cab file based on the device os version, i.e pocketpc 2002 or 2000? and if so, can someone please post an example. Assuming both the devices are arm etc, and not mips or sh3

-Thanks

PostPosted: Feb 11, 2003 @ 2:04pm
by Pejo Software - Per
I am using the following in my inf file:

[CEDevice.PPC2000_ARM]
ProcessorType = 2577 ; StrongArm CPU
UnsupportedPlatforms = "HPC","HPC Pro", "PocketPC"
VersionMin = 3.0
VersionMax = 3.0

[CEDevice.PPC2002_ARM]
ProcessorType = 2577 ; StrongArm CPU
UnsupportedPlatforms = "HPC","HPC Pro", "Palm PC2"
VersionMin = 3.0
VersionMax = 3.0

I am having one cab file for each platform.

PostPosted: Feb 11, 2003 @ 11:40pm
by brendan
Would it be possible to see a little more of the file (and ini) to understand exactually what it is your doing?

-B