|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET 2.0 Install Chekerhi,
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 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... 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... > You can bootstrap the .NET 2.0 Framework to your installer.
http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/ -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside of the box! ************************************************* "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 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 dont know if any one could help me. but i need a way to find out if .net 2.0news:FB3ABB8B-F8C3-457B-8FCC-013944BC92D3@microsoft.com... hi, 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 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. |
|||||||||||||||||||||||