Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Express Edition and Compact Edition (2005)
 Updateing to SP2 by Program Setup?

Author  Topic 

tommi
Starting Member

1 Post

Posted - 2008-05-07 : 03:17:16
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
   

- Advertisement -