The problem is right here...
<ConfigFile>AutoSPInstallerInput.xml</ConfigFile>
You put the default name of the AutoSPInstaller Input file as the name of the config file! They're two different files for two different purposes. Try changing the line to this instead:
<ConfigFile>config-2013.xml</ConfigFile>
This will instruct it to look for a file called "config-2013.xml", which it won't find, so it will create it on the fly instead - containing the product key you specified.
Hope this helps
Brian
<ConfigFile>AutoSPInstallerInput.xml</ConfigFile>
You put the default name of the AutoSPInstaller Input file as the name of the config file! They're two different files for two different purposes. Try changing the line to this instead:
<ConfigFile>config-2013.xml</ConfigFile>
This will instruct it to look for a file called "config-2013.xml", which it won't find, so it will create it on the fly instead - containing the product key you specified.
Hope this helps
Brian