I am trying to install SQL 2012 and 2012 SP1 using powershell.
ACTION has been set to "Install"in the config file, but still I keep on getting this error.
'<null or empty string>' is not a valid value for setting 'ACTION'
Error Code 0x84B40002.
PS command: Start-Process "\\path\setup.exe" -ArgumentList "/CONFIGURATIONFILE=\\path\PriyankTest\AllFeatures.ini " -WindowStyle Minimized -Wait