Hello,
I need to install in the application folder a dll required by my application. This dll exists in two versions, 32 and 64 bit, but unfortunately the filename is the same for both versions. Even using different features it's not possible to let the installer decide which version to install, as ...