Client Installer Question

  • Thread starter Thread starter John
  • Start date Start date
J

John

I need to install MSDE 2000 at the same time as installing my
application. I am using the Client Installer to install my application
- it is laying down the sql2000msi and setup.exe very nicely, however
I do not know how to launch the setup.exe from within the Client
Installer. Do I have to build it into my app?

Thanks
John
 
Hi John,

MSDE is nice, one of the problems for me is the install.
(You have to use a strongpassword or to change autorization in the ini
script while you do not know if the customer wants that).

In the situation it is now, I would never want to build that automaticly in
the install).

Just my 2 eurocents

Cor
 
I need to install MSDE 2000 at the same time as installing my
application. I am using the Client Installer to install my application
- it is laying down the sql2000msi and setup.exe very nicely, however
I do not know how to launch the setup.exe from within the Client
Installer. Do I have to build it into my app?

MSDE 2000 Deployment Toolkit (RC)
<URL:http://www.microsoft.com/downloads/...03-c4ba-4d98-bb0b-2c9d6414071f&displaylang=en>

SQL Server 2000 Desktop Engine (MSDE 2000):
<URL:http://www.microsoft.com/sql/msde/>

Choosing and Using MSDE 2000 as the Database Engine for Your Application:
<URL:http://msdn.microsoft.com/library/en-us/dnmsde/html/msderoadmap.asp>

Integrating MSDE 2000 with Your Applications
<URL:http://www.microsoft.com/sql/techinfo/development/2000/MSDEintegration.asp>

Using SQL Server Desktop Engine Merge Modules
<URL:http://msdn.microsoft.com/library/en-us/distsql/distsql_8yeq.asp>

Installing Desktop Engine
<URL:http://msdn.microsoft.com/library/en-us/distsql/distsql_8yeq.asp>
 
Back
Top