Reply to Thread

Post a reply to the thread: .Net 3.5 and SQL Server Express 3.5

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 02-11-2012, 03:30 AM
    linder

    Re: .Net 3.5 and SQL Server Express 3.5

    Hello,

    Because the .NET Framework 3.5 redistributable is a hefty 240 MB, I would not deploy it along with my setup.exe. What you can do us to make use of the small (2.8 MB) Microsoft web downloader that you can deploy with your install and then call it to download the package from the Microsoft site. But this might take some times (even hours, depending on the Internet speed).

    IMO, it's better to check for .NET 3.5 and if it is not available, open the download page from your installer so that users can download and install it.

    Friedrich
  • 02-09-2012, 08:56 AM
    torrid

    .Net 3.5 and SQL Server Express 3.5

    I have seen a number of posts on this subject but most are from back in 2005.

    I have a Visual Studio 2008 app that needs:

    - .Net 3.5 Framework

    - SQL Server Express 2008

    From looking at Core PreRequisites I believe I can just check to use SQL Server 2008 Express (x86) and it will include that and install on both 32 and 64 bit machines.

    For .Net 3.5 I saw something about a 3.5 include script. Should I use that?

    Anyway just wondering what the "latest" advice is to install the above two prerequisites. Thanks.
    -T

Posting Permissions

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