Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

create setup project that includes .Net Framework 3.5 SP1

I am creating a setup project. The client would like to have the setup.exe file that includes already the .Net framework 3.5 SP1.

However, when I right click setup project | properties On the "properties page" there is a button called "Prerequistes.."

There you have 3 choices: Vendors's website same location as my application download from following location.

However, the client doesn't want to download anything. So I need to package it with the setup.exe.

Is there any way to do this?

How big will the setup.exe, if it includes the .Net framework?

Many thanks for any suggestions,

like image 320
ant2009 Avatar asked Aug 10 '26 04:08

ant2009


2 Answers

The full .net 3.5 sp1 installer is 231 Mb which is rather large to include on a disc. If you want to go down this route then this should help.

If it's just for a single client in a one-off scenario you could stick all the pre-reqs on a file share somewhere on their network and use the "Download prerequisites from the following location" option.

like image 147
burnside Avatar answered Aug 12 '26 21:08

burnside


http://geekrick.blogspot.com/2008/08/frustrating-net-framework-sp1-issue.html
and
http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm#General%20Issues

are good guides.

like image 25
mishal153 Avatar answered Aug 12 '26 22:08

mishal153



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!