First, I'm using Installshield Premier 2012.
My application uses minimum .Net Framework 4.5.2 and I want to make installshield setup.exe downloads .Net Framework 4.5.2 too.
I've tried .Net Framework 4.5 Full(Extract From Setup.exe option and same Installation requirements) and it worked well as I expected.
But there were not 4.5.2 requirements check in default option, I downloaded DOTNETVERSION452FULL.ini from other website.
After it, I changed requirement to Net Framework 4.5.2 and Extract Net Framework 4.5.2 from setup.exe too.
But it shows only Installer Information dialog 'Microsoft .NET Framework 4.5.2 Full package or greater needs to be installed for this installation to continue.' and install fail.
What do I have to do?