UncleRonin
Well-known member
Righto, I have to make sure that the .NET Framework 2.0, SQL Server 2005 Express and Windows Installer 3.1 are installed before I can install my application. I have all three listed in my setup's prerequisites. I also have all the executables needed to install them, now - how do I make the installer look at these executables if the prerequisites aren't installed? At the moment the setup tries to download them from the internet. I know there are three options for specifying what to do when a prerequisite needs to install but I don't know which option is the one to use or how to use it. Could someone please tell me which one to use and how to use it? I would really appreciate it!