I have an InstallShield project (2011) the UseDlls of 32 bit. When I try to upgrade to InstallShield to 2016 - I get an error when I try to run the installation, of problem with loading the dll.
This dll is 32 bit specific, and I see that it has a problem to load it's dependencies because it's trying to find 64bit dlls instead of 32bit dlls.
How can I force the installation to work only with 32bit dlls?
Thanks, Dudi