I am working with an MSI project (IS 2010) and need to install a driver package conditionally on 32 or 64 bit.Currently InstallShield takes care of the 32 bit installation. I had to write a custom action to call dpinst.exe for 64 bit.This works fine...