I am working on project in Visual Studio 2017 Community - Windows Form Application - which is supposed to open and manage files from archive, change specific strings from files and some other stuff.
Now, I've managed to do that but now my only question is how to make an .exe
program that will run before vb application and check if specific (4.5.2) .Net Framework version is installed and then run the vb application, since .Net Framework is required for running vb application.
And if specific (4.5.2) .Net Framework version is not installed, ask the user if they want to download/install it.
I want it to be all in one file.
Is it possible? and how?