Processor generic installer

Joined
Mar 6, 2006
Messages
1
Reaction score
0
Hi All,

I have an O2 XDA Atom(ARMV4I) on which I want to install my driver. For this, I have created setup.exe using Ezsetup. To make the installer processor-generic, I added the cab files of mips and sh3 in my .ini file.
My .ini file is as shown below

[CEAppManager]
Version = 1.0
Component = NJ2020Driver

[NJ2020Driver]
Description = NJ2020Driver application
Uninstall = NJ2020Driver
CabFiles = NJ2020Driver.ARM.CAB,NJ2020Driver.mips.CAB,NJ2020Driver.sh3.CAB

But, in the CabFiles section if I enter
CabFiles = NJ2020Driver.mips.CAB,NJ2020Driver.ARM.CAB,NJ2020Driver.sh3.CAB
the mips cab file is getting installed on my device. Is there any step I'm missing while making the installer processor-generic?

Regards,
Bhargav
 

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