I am trying to install MSQL with the following cmd line via SCCM 2012,
SETUP.EXE /ACTION=INSTALL /IACCEPTSQLSERVERLICENSETERMS /UpdateEnabled=0 /FEATURES=TOOLS,SSMS /SkipRules=RebootRequiredCheck /QS
and this works running it just with the CMD on a machine but with SCCM it always fails and is giving me the error,
Exit message: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
I can't find anything that should be set to get rid of this!