I have a Software First (MSI) installer which installs a number of drivers
onto both XP and Vista; I have currently authored two MSI packages: one for
32Bit install and one for 64Bit install.
My question is does anyone know if v2.0 'Setup' Bootstrapper shipped with
Visual Studio 2005 can be used to determie which MSI package to execute?
Would this
be an entry in the 'Settings.ini' file..........i.e. one 'Msi=' entry for
32Bit and another for 64Bit?
Thanks in advance
Pete