I need a program that will test for the .NET Framework 2.0 on a system and download it if not installed or launch an exe if it is installed/ Anyone know where I can get this?
2006-12-31
11:41:42
·
4 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I think my question is not clear enough. I ahve a program that I am trying to distribute. However, I don't want it to be installed, just run, but it needs .NET 2.0. So I need an app that is non .NET that will test for the framework and, if it is not found, install it from the web, or if it is found run my app.
2006-12-31
12:00:04 ·
update #1
I need a way to run it without installing. ClickOne will not work because it needs to install the files. I need this to check and if it exists run an exe from where it is.
2006-12-31
12:08:04 ·
update #2
In order the add a registry check to my program the program would have to run, which it cannot do withouth the framework.
2006-12-31
12:10:02 ·
update #3
I cannot do it with a depoyment project. This is a reader that comes in a self-extracting exe of resourcefiles and extracts to a temp folder. Therefore the exe cannot be installed because it needs to stay in the temp folder.
2006-12-31
12:43:33 ·
update #4