Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

.NET Framework


4 replies to this topic

Attilias

Attilias
  • Members
  • 2 posts

Posted 12 May 2003 - 17:26

Hi Guys,
I'm creating un MSI. The first step is to Know if the .NET Framework SP1 is installed or not.
I thing I must finding for a registry key, is that true?

can you help my ?

thanks
Attilia

digitalfootprint

digitalfootprint
  • Members
  • 8 posts

Posted 16 May 2003 - 21:36

You can check the file version of:

%SYSTEM32%\mscoree.dll

or Registry Key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\Product\Microsoft .NET Framework Full v1.0.3705 (1033)

DmitriySDA

DmitriySDA
  • Members
  • 2 posts

Posted 24 June 2003 - 08:53

Hi
See article Redistributing the .NET Framework

scastro

scastro
  • Members
  • 7 posts

Posted 24 June 2003 - 14:31

For version 1.1 see here

http://msdn.microsof...stdeploy1_1.asp

I hope microsoft mantain the same standard for future versions of the framework...

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 June 2003 - 15:54

In case you need to check this as a LaunchCondition in your msi, you can check the property MsiNetAssemblySupport