Oddsodz
9th May 2009 03:21 UTC
NET Framework 3.5 spk1
Hello there.
I am looking for some help with adding the .NET Framework 3.5 Service Pack 1 to my installer.
As I am still new to all this. And so I am a little lost.
Here is the plan. My app will need to have ".NET Framework 3.5 Service Pack 1" installed to run. So I wish to have it installed at the same time as my app. Can this be done and if so, How?
I Would ask that you please respond in a manner that you are talking to a silly noob.
Hope somebody can help.
Thanks
Oddsodz
PS I have added my .nsi file so you can what I am doing.
es75
9th December 2009 11:18 UTC
Hello,
I'm trying to do the same thing.
Did you manage to do it? can you attached the script?
Thanks in advance,
ES
Oddsodz
9th December 2009 13:14 UTC
Take a look at this
http://nsis.sourceforge.net/Installi....NET_Framework
PGB99
14th December 2009 21:03 UTC
Can anyone point me to some code that checks to see if 3.5 SP1 is already installed? All of the wiki entries and sample code in the help files are very old and the code will not work anymore, Microsoft has changed what is stored in the Registry. It might be simple to change the scripts, but I am totally new to this and can't get it to work.
CrushBug
15th December 2009 00:13 UTC
You shouldn't need to check for it. Just run the .NET installer and it will take care of it for you. If it is already there, it should just exit.
PGB99
15th December 2009 01:24 UTC
Originally posted by CrushBug
You shouldn't need to check for it. Just run the .NET installer and it will take care of it for you. If it is already there, it should just exit.
I'm sorry, I don't understand - What.NET installer do you mean? Is that a section of script that I copy into my script? Or a separate application?