We need to ship and deploy .Net 3.5 in a cd to clients who do not have it installed.
The CD will contain a custom app developed in wpf.
The scenario is that the clients do not necessarily have internet connection so downloading .net 3.5 F/W online is not possible.
From what i understand we will need to have the users download .Net 3.5 but given the above scenario we will need to install it manually from CD.
Just wondering if we can download .net 3.5 manually.
If anyone has already done this any input/direction will be appreciated.
Thanks
N
We need to ship and deploy .Net 3.5 in a cd to clients who
Share
Yes it’s possible. See the following link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en#Instructions
Look for the following text:
Remember though, there are other prerequisites for installing .NET 3.5, like Windows Installer 3.1. So it might be wise to also include those other packages.