Loading
how to add both 32 bit and 64 bit driver to one installshield project.
I have a basic MSI project that is a Hybrid with 32-Bit and 64-Bit components and features controlled by a release flag. This works fine.

 

I also have Device Drivers for both 32 & 64 Bit. The selection in the device driver section only allows either 32bit or amd64 apparently for DIFx.

 

How do you get both of these device drivers to reside in the same hybrid project and install correctly with the correct platform ?

 

Has anyone come up with a method either in the installer, in script code, or in VB Script code to install these device drivers from the same base project ?

 

Thanks for the help.

Loading
how to add both 32 bit and 64 bit driver to one installshield project.