Archive: NET Framework 3.5 spk1


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.


Hello,

I'm trying to do the same thing.
Did you manage to do it? can you attached the script?

Thanks in advance,
ES


Take a look at this


http://nsis.sourceforge.net/Installi....NET_Framework


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.


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.


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?