SQL Express 2008 R2 Deployment
Hello All,
I am trying to deploy SQL Express 2008 R2 64Bit to windows 7. The deployment is configured to install for system wheather or not a user is logged on. the installation is setup running command line setup.exe /QN /ACTION=install /FEATURES=SQL,Tools /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="LOCAL" /SQLSYSADMINACCOUNTS="Builtin\Administrators" /SECURITYMODE=SQL /SAPWD=XXX /SQLSVCSTARTUPTYPE="Automatic" /IACCEPTSQLSERVERLICENSETERMS="True"
The install runs however the AppEnforce log shows that the process terminates with exit code 2226388993 and then shows looking for exit code -2068578909 followed by unmatched exit code 2226388993 is considered an execution failure.
Has anyone ran into this or can somone provide some assistance? Thank you