I Want Silent installation of SQL Express 2019 with the Advanced Installer program. I using Below Parameter for this, But only the extraction part is worked and SQL Express not installed. it seems is getting error, But no error show. also I want use of Default parameter So I can use "." as Local Host in any system. how can I Solve it?
/x:C:\ExtractionFolder /qs /ACTION=INSTALL /FEATURES=SQL /INSTANCENAME=MSSQLSERVER
update: Also I found if I replace /qs with /INDICATEPROGRESS I can see the errors and step by step GUI Setup. I do it and now The default values I put in the command line are correctly placed and there are no errors. However I Still want use the "qs". It was written in document that I read, in this way the GUI is completely hidden from the user's view. As a result, it no longer faces installation complications; But in this case, silent installation does not work. How do I fix this? –