I have this command for install sql and its work in cmd prompt.but when I use in installshield 2010 its dosnt work.
Would you please tell me my problem?
Ps:I download sql server 2008 express from Microsoft and creat a custom prq with this command.
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"Ps:I download sql server 2008 express from Microsoft and creat a custom prq with this command.