We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f08e13 commit 24e188bCopy full SHA for 24e188b
installer.ps1
@@ -23,9 +23,6 @@ Install-WindowsFeature Web-Asp-Net45
23
$env:Path += ";C:\Windows\system32\inetsrv"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::Machine)
24
appcmd set config -section:system.webServer/httpErrors -errorMode:Detailed | Out-Null
25
26
-# Disable logging
27
-appcmd set config -section:system.webServer/httpLogging -dontLog:True | Out-Null
28
-
29
# URL Rewrite
30
$rewrite_url = "http://download.microsoft.com/download/6/7/D/67D80164-7DD0-48AF-86E3-DE7A182D6815/rewrite_2.0_rtw_x64.msi"
31
$rewrite_local = "$workdir\rewrite_2.0_rtw_x64.msi"
0 commit comments