-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi. Looks promising but just I spent an hour trying to understand how to make it work. I still can not make it work. I'm not a sql expert but I know my way around PowerShell and I know my way around automated installs. This tool would benefit from a single xml input config with all the neessary settings. Check out the AutoSPInstaller for SharePoint. That's more complicated and still uses on single xml file and does all the config file generating behind the scene based on what you are installing.
Here is How I see it:
Source folder => 2008-2012-2014-xxxx
Xml file to generate config (ini files) based on version and settings in this xml
Single powershell file to do the install and why not a function script to group all functions together
a batch file to start it all if you need some elevation of privilige.
Thanks for the effort.