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

Show the user that .NET was installed.


1 reply to this topic

Michael.Hu

Michael.Hu
  • Full Members
  • 72 posts

Posted 19 June 2008 - 10:23

Dear all!

I'm trying to implement a summary dialog which will be displayed at the end of the installation. Among other things this dialog should show the user whether .NET was installed or not (at the beginning of the installation).

Does anybody know how I could do this? Is there maybe a property like "DotNetInstalled" or some registry key which i could query?

Thanks in advance for your help!
Michael


Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 20 June 2008 - 09:49

This article tells you how to detect the version:
http://support.micro...kb;en-us;315291

Note that it doesn't tell you when the software was installed, just that the software is installed.

If you need more information on newer .NET versions, whether .NET service packs are installed etc. consult Aaron Stebners weblog:
http://blogs.msdn.com/astebner/