Hi there, I'm trying to make a new installer.
An exe based installer which downloads the msi from the web.
That part works well. My app requires the 4.0 + .Net framework. I have worked out how to check for it being installed, but....
I would like the installer to only download the 4.0 .Net Framework installation file if the prerequisite is NOT installed.
Seems like a bad user experience for the user to have to wait for a 50MB file to download when most of the time it won't even be used or installed.
Can anyone help guide me as to how I make the installer only download 4.0 .Net Framework if it needs to install it?
Cheers
Doc