Archive: .Net install


.Net install
Hi
Wondering if someone can help me with this
I install.net in my installation. If not net fails to install I would like to be able to exit out of the installer. is there any way that the dot net installation can be verifed before continuing with the install and exiting all if it fails:confused:


if you want check only NET 2.0 Framework
use DotNet plug-in (NSIS homepage Category:Plugins)

if you want more, than search in internet for PSetup.exe.
with this tool you can check followed components:

; MDAC28 - Microsoft Data Access Components 2.8
; MSI20 - Microsoft Windows Installer 2.0
; MSI31 - Microsoft Windows Installer 3.0
; DotNetFW11 - .NET Framework 1.1 Redist
; DotNetFW11SP1 - .NET Framework 1.1 Service Pack 1 Redist
; DotNetFW20 - .NET Framework 2.0 Redist (prerelease)
; DirectX9 - DirectX 9.0c Redist
; Sql2005Express - SQL 2005 Express
; VSTO2005 - Visual Studio Tools for Office 2005
; ReportViewer2005 - Report Viewer 2005
; JSharp11 - J# 1.1 redist
; JSharp20 - J# 2.0 redist


,net install
Hi thanks for the reply I will look at the toll mentioned. I have got around the probel by returrning to the section where i check if .net is installed and check for the file using ifFileExist after the macro is run if the file is not ther I exit the application many thanks.