| View previous topic :: View next topic |
| Author |
Message |
Allende Guest
|
Posted: Thu Jun 08, 2006 6:52 pm Post subject: How to include SQL installation inside an App install packa |
|
|
Hi
I have a Delphi application that uses SQL server database. I wonder if it's possible to include the required SQLServer inatallation inside the same package that installs my application. I'm using InstallShield Express for Delphi 5.
I'm trying to avoid separated installations of SQLServer and the main application in a virgin PC.
Any recommendation is welcome
Thanks a lot |
|
| Back to top |
|
 |
Garth Wilcox Guest
|
Posted: Fri Jun 09, 2006 6:49 pm Post subject: Re: How to include SQL installation inside an App install p |
|
|
Take a look at SQL Express. MS will let you redistribute it free. Take a
look at their site for full details. It has management and reporting tools
as well. I am including it with applications but not as part of the
installation as the software is provided preinstalled and sold as a
hardware/software package.
http://msdn.microsoft.com/vstudio/express/sql/download/
"Allende" <allendeh (AT) cimex (DOT) com.cu> wrote in message
news:44882bb7 (AT) newsgroups (DOT) borland.com...
| Quote: |
Hi
I have a Delphi application that uses SQL server database. I wonder if
it's possible to include the required SQLServer inatallation inside the same |
package that installs my application. I'm using InstallShield Express for
Delphi 5.
| Quote: | I'm trying to avoid separated installations of SQLServer and the main
application in a virgin PC.
Any recommendation is welcome
Thanks a lot |
|
|
| Back to top |
|
 |
|