PDA

View Full Version : Detecting .Net 3 Framework


ArturCarvalho
2nd November 2007, 18:31
Hi there,

Im trying to create a script that detects if the system Im installing the setup has .net 3 installed.

I tried using this:
http://nsis.sourceforge.net/Get_.NET_Version

but what I get is that Im using version 2.0.50727 which is wrong. I have already .net 3 installed.

Can anybody help me with this?

Thanks in advance,
Artur Carvalho

Afrow UK
2nd November 2007, 19:33
http://msdn2.microsoft.com/en-us/library/aa480198.aspx#netfx30_topic14

Stu

ArturCarvalho
3rd November 2007, 13:42
Thanks for the reply Stu. It helped.

Artur Carvalho