SQL Server Express R2 2008 download links in bootstrapper are down! what can I do?

matias turra 1 Reputation point
2021-06-09T19:25:17.337+00:00

One of the prerequisites of my application is SQL Server R2 2008 and it used to be installed with ClickOnce without problems but since last week the installation fails.
I started to look for the cause of this problem and I discovered that in the package manifest of sql server r2 2008's bootstrapper the download links for the packages are down.

<String Name="DisplayName">SQL Server 2008 R2 Express</String>
<String Name="Culture">en</String>
<String Name="SqlExpr32Exe">http://go.microsoft.com/fwlink/?LinkID=230856&amp;clcid=0x409</String>
<String Name="SqlExpr64Exe">http://go.microsoft.com/fwlink/?LinkID=230857&amp;clcid=0x409</String>

these lines of the package.xml have the links where click once should download the packaged from but they are down, how can I solve this?

SQL Server | Other
Developer technologies | C#
{count} votes

5 answers

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2021-06-09T19:36:56.063+00:00

    Hi @matias turra ,

    You could try using the download links from the SQL Server 2008 R2 SP2 Express from here:
    https://www.microsoft.com/en-us/download/details.aspx?id=30438

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Best regards,
    Leon

    1 person found this answer helpful.

  2. Cris Zhan-MSFT 6,661 Reputation points
    2021-06-10T06:11:04.6+00:00

    Hi,

    Leon has given valid links, I can click on these links to download SQL Server 2008 R2 SP2 Express x86/x64.

    As for why you replaced the inaccessible links in the file with these useful links, but the result is the same, now this may be a ClickOnce problem.

    How do you replace these links?&clcid=0x409 probably should be reserved.


  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.