Home All Groups Group Topic Archive Search About

.NET 2.0 Install Cheker

Author
9 Aug 2006 12:47 PM
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

Author
9 Aug 2006 12:59 PM
Pieter
I use the dotNetInstaller:
http://www.devage.com/dotNetInstaller/dotNetInstaller.html

Usefull to be sure that the users have all the latets service packs, needed
software etc isntalled...
Author
9 Aug 2006 1:16 PM
Matt
can this be used for .NET 2.0 ??

Show quote
"Pieter" <pietercou***@hotmail.com> wrote in message
news:ODOG0O7uGHA.3552@TK2MSFTNGP03.phx.gbl...
>I use the dotNetInstaller:
>http://www.devage.com/dotNetInstaller/dotNetInstaller.html
>
> Usefull to be sure that the users have all the latets service packs,
> needed software etc isntalled...
>
Author
10 Aug 2006 11:13 AM
Pieter
Yes, but offcourse you need to change the parameters in the config-file
Author
9 Aug 2006 2:22 PM
Cowboy (Gregory A. Beamer)
You can bootstrap the .NET 2.0 Framework to your installer.
http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
Show quote
"Matt" <matt.pet***@thehighway.co.uk> wrote in message
news:FB3ABB8B-F8C3-457B-8FCC-013944BC92D3@microsoft.com...
> 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
Author
9 Aug 2006 2:30 PM
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

"Matt" <matt.pet***@thehighway.co.uk> wrote in message
news:FB3ABB8B-F8C3-457B-8FCC-013944BC92D3@microsoft.com...
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
Author
10 Aug 2006 12:41 PM
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.

AddThis Social Bookmark Button