Quantcast
Channel: Flexera Community Forums
Viewing all articles
Browse latest Browse all 4553

Install sql server express 2008 R2 silently by installshield 2010

$
0
0
I have this command for install sql and it’s work in cmd prompt.but when I use in installshield 2010 it’s dosn’t work.

Code:

SQLEXPRWT_x86_ENU.EXE /QS /IACCEPTSQLSERVERLICENSETERMS=True /INSTANCEID="SQL2008R2" /SAPWD="a123A" /SECURITYMODE="SQL" /INSTANCENAME="SQL2008R2" /ACTION="Install" /FEATURES=SQLEngine,Replication,SSMS /ISSVCACCOUNT="NT AUTHORITY\NetworkService" /ASCOLLATION="Latin1_General_CI_AS" /SQLCOLLATION="Latin1_General_CI_AS" /ADDCURRENTUSERASSQLADMIN=True /SQLSVCACCOUNT="NT AUTHORITY\NETWORK SERVICE"
Would you please tell me my problem?

Ps:I download sql server 2008 express from Microsoft and creat a custom prq with this command.
Attached Images
 

Viewing all articles
Browse latest Browse all 4553

Trending Articles