I have an installer that uses 3rd party dependency DLL files. Those DLLs comes as 32-bit and 64-bit.
Is it possible to create a project that takes the 32-bit version when compiled for x86 and the 64-bit version when compiled for x64?
For now I have 2 MSI projects: one for 32-bit and another for 64-bit ... and I don't like this solution.