Quantcast
Channel: autospinstaller Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1245

Closed 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: Resolved with changeset 106186: Changes in this release:

- Workaround for issue 19491 (BSOD when log file auto-opens in Wordpad)
- Better detection of SharePoint 2010 with Service Pack 2 integrated, to allow installation on Windows Server 2012
- Check for SP2013 before attempting to install Project Server 2013; give warning instead of erroring out if Project Server was requested but no bits were found
- Improvements to InstallUpdates function for SP2010 SP2 etc., handle language packs and Project 2013 updates better
- Slight rewrite of AssignCert function for improved handling of different domain name scenarios
- CreateWebApp now checks for AccessServices provisioning to see if it should grants rights
- Fixed issue 20474 (always running AddToHosts regardless of true or false)
- CreateUserProfileServiceApplication now correctly detects all content access accounts (in case of multiple search service apps); also enhanced the granting of rights to the UPSA
- Fixed hashtable parsing in CreateUPSAsAdmin by changing it to an empty string
- Added checks for dependent service apps in CreateStateServiceApp and CreateSecureStoreServiceApp functions to make sure they gets provisioned if any service apps that requires them are also being provisioned
- Improved check for search service account credentials in CreateEnterpriseSearchServiceApp
- Fixed single quote in CheckForSP1 function
- AddToHOSTS now adds comment with each entry added for tracking purposes
- Fixed Add-LocalIntranetURL function per issue 20486
- Pretty minor syntax updates throughout

Viewing all articles
Browse latest Browse all 1245

Trending Articles



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