PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Processor generic installer

Reply

Processor generic installer

 
Thread Tools Rate Thread
Old 06-03-2006, 12:14 PM   #1
bhargav_83
Junior Member
 
Join Date: Mar 2006
Posts: 1
Trader Rating: (0)
Default Processor generic installer


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
bhargav_83 is offline   Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off