.NET 2.0 Install Cheker

M

Matt

hi,

dont know if any one could help me. but i need a way to find out if .net 2.0
is installed before running the setup.exe file..

is there a small .exe some where that can pop up a message box if .NET 2.0
is not installed?

any help would be appriciated.

M@ Peters
 
S

Siva M

Or you can write a small utility yourself by checking few registry entires
as indicated in http://support.microsoft.com/?scid=kb;en-us;315291

hi,

dont know if any one could help me. but i need a way to find out if .net 2.0
is installed before running the setup.exe file..

is there a small .exe some where that can pop up a message box if .NET 2.0
is not installed?

any help would be appriciated.

M@ Peters
 
H

hSiplu

if you are using Microsoft Visual Studio 2005,
on the project properties pane you will find prerequisite button in
publish page.
this publisher will create a setup.exe and the setup file will
automatically check the prerequisites. again you can also add the
redistributable package in your setup file from here.

hope this would help you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top