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
 Other SQL Server Topics (2005)
 SQL server silence setup params

Author  Topic 

HamidVO
Starting Member

2 Posts

Posted - 2013-08-28 : 12:34:37
Hi everybody. I'm new here

I have developed an app with sql server 2005 DB. Now want to make setup using Installshield 2010.
After searching really a lot finally I wrote params to setup it in silence. Now my problem is how to import my databases to that at setup without bothering the user using installshield 2010 (I mean in silence).
How to do it in installshield 2010 or if there is a better setup maker software, introduce it to me.

Also, after setup of sql server, it shows an error but when I test it, I see that it's setup is correct! I think there is a problem with my params too. Can you please suggest me a really simple params to only setup a sql server instance with sa and a password and also network capability?

This is mine :

/qb username="sa" companyname="Karsha" addlocal=ALL disablenetworkprotocols="0" instancename="Madef" SECURITYMODE="SQL" SAPWD="pppppp"


Tnx everybody.
   

- Advertisement -