cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
spanni
Level 2

Drivers for x32 and x64 in one Package?

Hello,

I try to build a package with a 32-bit-App an Drivers for x32 and x64 included.
Can I do this with installshield? And, if yes, how?

Regards

Spanni
Labels (1)
0 Kudos
(2) Replies
Christoph
Level 8

you can add the 32-bit and 64-bit driver files to one and the same package, but to target correct installlocations for 32-bit and 64-bit you need to have 2 separate packages...

Have a look here: http://community.flexerasoftware.com/showthread.php?t=189714
0 Kudos
istredd
Level 2

I've created a single msi package that installs either x86 or x64 driver depending upon the OS the install runs on. I used x86 and x64 versions of DPInst.exe together with separate x86 and x64 .inf and .cat files executed from a custom action written in C#. There is really no other way to do it if you want to be able to install 32 and 64-bit drivers from a single msi package.
Cheers,

Greg
0 Kudos