I am getting a "Warning -6245" when I try to build a Windows application by using InstallShield LE for VS 2013. How can I find out which file in the installation package (consisting of many executables, DLLs, OCXs etc.) requires .NET framework and which version of .NET framework is required? This warning does not give me any hint on either the file(s) requiring .NET or the needed version of the .NET. I can add a .NET version to be installed to fulfill this requirement but don't I need to know the version of the required .NET? Would the latest .NET version be compatible for the requiring program in the package?
Thank you.