We are installing Microsoft SQL (SQLEXPR32_EN) and then building the database with tables and queries etc.
When running the InstallShield installation the tables and queries are trying to be created before the SQL database is built.
I have tested the install of the SQL build and works correctly so I am presuming that the order of Creating the database is
after the Tables and Queries being built
My Microsoft Sql switches are as follows
"/q /HIDECONSOLE /IAcceptSQLServerLicenseTerms /ACTION=Install /FEATURES=SQL /ENU/ INSTANCEID=NCL /INSTANCENAME=NCL /HELP=False /INDICATEPROGRESS=True /ERRORREPORTING=False /SQMREPORTING=False /SQLSVCSTARTUPTYPE=Automatic /ENABLERANU=True /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS /SQLSVCACCOUNT=NT AUTHORITY\NETWORK SERVICE /SQLSYSADMINACCOUNTS=BUILTIN\ADMINISTRATORS /SECURITYMODE=SQL /ADDCURRENTUSERASSQLADMIN=True /SAPWD=NCL135 /TCPENABLED=1 /NPENABLED=1 /BROWSERSVCSTARTUPTYPE=Automatic"
Thanks in advance
When running the InstallShield installation the tables and queries are trying to be created before the SQL database is built.
I have tested the install of the SQL build and works correctly so I am presuming that the order of Creating the database is
after the Tables and Queries being built
My Microsoft Sql switches are as follows
"/q /HIDECONSOLE /IAcceptSQLServerLicenseTerms /ACTION=Install /FEATURES=SQL /ENU/ INSTANCEID=NCL /INSTANCENAME=NCL /HELP=False /INDICATEPROGRESS=True /ERRORREPORTING=False /SQMREPORTING=False /SQLSVCSTARTUPTYPE=Automatic /ENABLERANU=True /SQLCOLLATION=SQL_Latin1_General_CP1_CI_AS /SQLSVCACCOUNT=NT AUTHORITY\NETWORK SERVICE /SQLSYSADMINACCOUNTS=BUILTIN\ADMINISTRATORS /SECURITYMODE=SQL /ADDCURRENTUSERASSQLADMIN=True /SAPWD=NCL135 /TCPENABLED=1 /NPENABLED=1 /BROWSERSVCSTARTUPTYPE=Automatic"
Thanks in advance