brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
171 stars 81 forks source link

Invalid XML provides a misleading error message #35

Open SpliceVW opened 5 years ago

SpliceVW commented 5 years ago

If your config XML contains invalid XML (in my case, my passwords had unescaped ampersands, but I was able to reproduce with other XML errors), you receive an error SharePoint version (year) was not specified in..., instead of a more helpful message like "Unable to parse the XML".

tomgron commented 4 years ago

I totally got this too - good catch, thanks for the heads up