Quantcast
Channel: AutoSPInstaller
Viewing all articles
Browse latest Browse all 2279

Edited Issue: Installer always writes to the host despite AddURLsToHOSTS is set to false [20474]

$
0
0
When I set AddURLsToHOSTS = false in the config file the installer still writes to the host.
I have my setting
<WebApplications AddURLsToHOSTS="false">

and it is ignored.

To fix that you need to change the line
in function CreateWebApp

the line
if ($xmlinput.Configuration.WebApplications.AddURLsToHOSTS)
shoud be changed to
if ($xmlinput.Configuration.WebApplications.AddURLsToHOSTS -eq $true)
Comments: ** Comment from web user: brianlala **

Acknowledged, will be fixed in next release.

Brian


Viewing all articles
Browse latest Browse all 2279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>