We have an application that, for various reasons, must be compiled both a 32-bit and a 64-bit application. The fact is that we want to distribute both installation files (msi) on the same CD. Is there a startup condition or autorun.inf entry that we can use to find out which setup.exe to run? Or do we need to write a separate little exe that is called by autorun and which defines the OS and calls the corresponding setup.exe file?
source share