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.
Setup is created in Install Shield and it is a wpf application
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.
Setup is created in Install Shield and it is a wpf application
This is your need,Just change download path i find it with registry if silverlight install or not it will check u can do same with .net framework and if it's not exist automatically download and sliently install through temp file.Download in Temp and install from temp :)
It should be possible to use a command line like
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