I have recently written a VB.NET application and I am stuck on the deployment.
I can't use the ClickOnce, because the program has to be installed on the machine under program files, therefore, I use InnoSetup.
My problem is that the application requires sqlclient and .net 4.0 to be installed, and I am EXTREMELY green to InnoSetup scripts.
Does anyone know how to make InnoSetup check to see if they are installed, if not install them without prompting the user?
I have searched high and low and can't find a relevent article to my needs. Some are for online downloading, when I need local downloading only, and others are for runtimes.
I just can't seem to find an article that shows how to install automaticly and silent.
Anyone have any ideas?