Use fwlink for URL Rewrite download.

This commit is contained in:
Jimmy Campbell 2017-07-19 09:27:27 -07:00
Родитель 0d13d0e396
Коммит 8f7664fab1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ namespace Microsoft.IIS.Administration.WebServer.UrlRewrite
class UrlRewriteFeatureManager
{
private const string DOWNLOAD_URL = "http://download.microsoft.com/download/D/D/E/DDE57C26-C62C-4C59-A1BB-31D58B36ADA2/rewrite_amd64_en-US.msi";
private const string DOWNLOAD_URL = "https://go.microsoft.com/fwlink/?linkid=853092";
private const string REGKEY_INSTALLED_PRODUCTS = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall";
private const string REGKEY_URL_REWRITE_INSTALLED = @"SOFTWARE\Microsoft\IIS Extensions\URL Rewrite";