Hello,is there a possibility to run the update setup to Service Pack 2 in backround mode, so the user cannot change any settings?I want to include the instalation of SQL Server Express SP2 in my InnoSetup, but i can't find the right parameter...s:=ExpandConstant('{src}\Data\SqlExpress\sqlexpr32.exe');ShellExec('open',s,'/qn UPGRADE=SQL_Engine INSTANCENAME=SQLEXPRESS"','',sw_ShowNormal,ewWaitUntilTerminated, ECode)
I hope somebody can help