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&clcid=0x409</String>
<String Name="SqlExpr64Exe">http://go.microsoft.com/fwlink/?LinkID=230857&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?