Hi all
I am in the Process of Creation of Setup for my project.
i do need to check if Dotnet Framework 1.1 is present in my system or not ??
whats r the ways i can do this ?
i do neeed to this at the runtime of the setup ....
Thanks in Advance
,,,,
Senthil
Phil Wilson - 27 Feb 2004 17:53 GMT
There's support for it in the VS IDE (and it just adds it if you have an
assembly being installed). Select the project, then View-Editor-Launch
Condirions, and properties on MsiNetAssemblySupport will let you say you need
1.1.4322 (but it might well be put there automatically).

Signature
Phil Wilson [MVP Windows Installer]
----
> Hi all
> I am in the Process of Creation of Setup for my project.
[quoted text clipped - 5 lines]
> ,,,,
> Senthil
Torgeir Bakken (MVP) - 27 Feb 2004 22:54 GMT
> Hi all
> I am in the Process of Creation of Setup for my project.
> i do need to check if Dotnet Framework 1.1 is present in my system or not ??
> whats r the ways i can do this ?
> i do neeed to this at the runtime of the setup ....
Hi
See e.g. section "Creating a Single Setup Project to Install a .NET
Framework Application and Dotnetfx.exe" here:
Redistributing the .NET Framework 1.1
http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp
and also:
NET Framework 1.1 Deployment Guide
http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp
</quote>
Setup.exe Bootstrapper Sample (includes source code)
The Setup.exe Bootstrapper sample demonstrates how to create a single setup
program that, when launched, installs the Microsoft .NET Framework version
1.1 redistributable package (Dotnetfx.exe) and any required language packs,
if necessary, and then installs a .NET Framework application with a
Microsoft Windows Installer-based setup program (.msi file).
</quote>
--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter