pafcosta
7th March 2007 16:47 UTC
SQL Server Express 2005
Hi,
I'm new with the NSIS and I have some doubts about the application. But the major doubt is related with how i install the SQL SERVER Express 2005 with NSIS.
I have application works with SQL Server Express 2005 and I want to include the SQL SERVER Expresss setup in the NSIS setup. Anyone have a script that already includes the the installer of the SQL SERVER Express 2005?
Thanks in advanced.
mukeshnaval
19th March 2007 10:44 UTC
here is the script for running SQL Express
ExecWait '"C:\SQLEXPRESS.exe"'
sgiusto
19th March 2007 12:02 UTC
hi,
I have a script that installs sql2005 express, prerequisites, native client and management console.
I also wrote a plugin to execute simple sql commands like creating a device or similar.
There are two previous threads discussing these arguments.
drop me a mail if you need further help
regards
Stefano