|
-
Dec 10th, 2007, 01:07 PM
#1
Thread Starter
Member
.Net 3.5 Offline Installer
I have created an application and i want to put it on another PC of mine but that PC doesnt have the .Net Framework, now the setup file i created from within Visual Studio detecs if u have the framework and if not it downloads it my problem is the PC doesnt have the Internet. Where can i find a offline installer for the framework to put on CD so i can install it on my other pc and then run my App
-
Dec 10th, 2007, 04:54 PM
#2
Frenzied Member
Re: .Net 3.5 Offline Installer
Go to MyProject in the Solution Explorer Select Publish and detick it in the Prerequisites, but it may not work on there machine unless they have 3.5 installed.
-
Dec 10th, 2007, 05:12 PM
#3
Re: .Net 3.5 Offline Installer
toecutter - which would be why the OP is looking for the .NET install for off line.
To the point:
One of the settings you can put on the installer prerequequisites, is to install the the Framework from the same location as the application. You can down load the .NET Redistributable install from MSDN.... get it, copy it to the CD, along with your app's install, after oyou've changed the setting for the prerequisites and rebuilt the install.
-tg`
-
Dec 10th, 2007, 05:26 PM
#4
Re: .Net 3.5 Offline Installer
Be aware that the current "offline" 3.5 redist file is rather large (197MB)
It can be found here
http://download.microsoft.com/downlo...dotnetfx35.exe
This redist file contains x86, x64, and IA64 versions of the framework. Since .NET 3.5 is built ontop of 2.0, it likely also includes 2.0 runtime files for all 3 of those CPU types as well. This makes the size very big.
Someone from Microsoft did mention that soon there will be smaller, more individualized redist files for download.
For most people it doesn't matter simply because they get the correct framework from the internet based framework installation, but in your case where internet is not an option on the target machine, for now at least you need to include this file.
-
Dec 13th, 2007, 01:36 PM
#5
New Member
Re: .Net 3.5 Offline Installer
I've Upload Netfx35_x86.exe (framework 3.5)
I've took it form the Temp folder.
its work fine.
-
Dec 13th, 2007, 01:42 PM
#6
New Member
-
Dec 13th, 2007, 02:44 PM
#7
Re: .Net 3.5 Offline Installer
OR you can just go to the Microsoft website and get it.... ??
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|