I have a setup that install silently but it has dependency of dot net framework 4.5, so how can i create a installer that installs dependency silently also.
It should be possible to use a command line like
dotNetFx45_Full_setup.exe /q /norestart
Use the web bootstrapper to download the Framework online
Maybe have a look here and here
Edit: Just see that you don't want to include .net 4.5 setup... Edit: Code fixed