cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
karunakar
Level 3

How to install SQL Server Express 2005 silent mode using Install shield 2010 setup

Hi All,

This should be able to be done if the user has to enter some necessary information like username and password, etc. This may be able to be provided to the installation of SQL Express and still keep it as a silent installation.
1. Reporting services must also be selected as an installation option.
2. Notification Service command promt "rs.exe"
3. SQL Server Managerment Studio

I have done silent mode but it is not showing
Management studio & Notification service command prompt

it is only showing Configuration tools section with out notifacation service command prompt.


Please help me.

Regards,
Venu.
Labels (1)
0 Kudos
(1) Reply
Christoph
Level 8

you can make use of the settings.ini file.

Fill in the data that is fixed and pass the variable data via the commandline. Data given via the commandline will set or overrule the data in the settings.ini file.

All information described here:
http://msdn.microsoft.com/en-us/library/ms144259(SQL.90).aspx
0 Kudos