What's the best way to do this
Posted: Thu Mar 16, 2006 9:25 am
I want to create a setup with two options...
StandAlone - which includes:
Installation of SQL Express 2005
Creation of Database, Tables, Users, DefaultDB, Roles
Application Files
or
Client Only - which includes:
Application Files
I've got other software that needs to be installed before any of the above will work so I handle that under the prerequisites section.
I don't need to have any dialogs for the operator to enter the 'sa' password or the default instance or anything like that.
Right now I am using the SetupType without the ComponentsTree but needless to say although it is "working" the results are less than optimal.
When I click on 'Next' on the SetupType dialog, everything happens but while the setupsql2005 script is running I have no feedback whatsoever...
This is already lengthy so if you need more info ask..
StandAlone - which includes:
Installation of SQL Express 2005
Creation of Database, Tables, Users, DefaultDB, Roles
Application Files
or
Client Only - which includes:
Application Files
I've got other software that needs to be installed before any of the above will work so I handle that under the prerequisites section.
I don't need to have any dialogs for the operator to enter the 'sa' password or the default instance or anything like that.
Right now I am using the SetupType without the ComponentsTree but needless to say although it is "working" the results are less than optimal.
When I click on 'Next' on the SetupType dialog, everything happens but while the setupsql2005 script is running I have no feedback whatsoever...
This is already lengthy so if you need more info ask..