Results 1 to 7 of 7

Thread: .Net 3.5 Offline Installer

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2007
    Posts
    58

    .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

  2. #2
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    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.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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`
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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.

  5. #5
    New Member
    Join Date
    Dec 2007
    Posts
    2

    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.

  6. #6
    New Member
    Join Date
    Dec 2007
    Posts
    2

    Exclamation Re: .Net 3.5 Offline Installer

    http://www.megaupload.com/nl/?d=BFLI4JN7
    only if you already have 1.0/1.1/2.0/3.0
    2.0 needed

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: .Net 3.5 Offline Installer

    OR you can just go to the Microsoft website and get it.... ??


    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width