Board index » delphi » Installing SQL SERVER Client Installation with InstallShield Express

Installing SQL SERVER Client Installation with InstallShield Express

I'm creating an Install for my application and I need to install SQL SERVER
Client.
Has someone any documentation, reference or tip for SQL SERVER 6.5 Client
installation with InstallShield Express.

--
------------------------------------------------
Jairo Gubler
SFW - Dgitro Tecnologia LTDA
e-mail: jairo.gub...@digitro.com.br

 

Re:Installing SQL SERVER Client Installation with InstallShield Express


Theres actually only a couple of DLL's required. These are :

NTWDBLIB.DLL - should go with BDE DLL's
DBCLIENT.DLL - goes into windows system (should be already installed by BDE)
DBNMPNTW.DLL - windows system again

That should be enough.

--
Adroit Software Ltd
------------------------------
Remove the nospam. to mail me direct

Quote
Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message

news:7pjk78$7sp1@forums.borland.com...
Quote
> I'm creating an Install for my application and I need to install SQL
SERVER
> Client.
> Has someone any documentation, reference or tip for SQL SERVER 6.5 Client
> installation with InstallShield Express.

> --
> ------------------------------------------------
> Jairo Gubler
> SFW - Dgitro Tecnologia LTDA
> e-mail: jairo.gub...@digitro.com.br

Re:Installing SQL SERVER Client Installation with InstallShield Express


Are you sure this works!!
Dont' work for me.

Is there no need for registry entries?

Quote
Brian Jones <bri...@nospam.adroit-software.co.uk> wrote in message

news:7pjrr0$7se21@forums.borland.com...
Quote
> Theres actually only a couple of DLL's required. These are :

> NTWDBLIB.DLL - should go with BDE DLL's
> DBCLIENT.DLL - goes into windows system (should be already installed by
BDE)
> DBNMPNTW.DLL - windows system again

> That should be enough.

> --
> Adroit Software Ltd
> ------------------------------
> Remove the nospam. to mail me direct
> Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message
> news:7pjk78$7sp1@forums.borland.com...
> > I'm creating an Install for my application and I need to install SQL
> SERVER
> > Client.
> > Has someone any documentation, reference or tip for SQL SERVER 6.5
Client
> > installation with InstallShield Express.

> > --
> > ------------------------------------------------
> > Jairo Gubler
> > SFW - Dgitro Tecnologia LTDA
> > e-mail: jairo.gub...@digitro.com.br

Re:Installing SQL SERVER Client Installation with InstallShield Express


Yep. Definitely works. You may need to check your client configuration
program, but that will need installing separately. But I've not had any
problems with this onto '95 and NT 4.0.

--
Adroit Software Ltd
------------------------------
Remove the nospam. to mail me direct

Quote
Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message

news:7pujfo$jao11@forums.borland.com...
Quote
> Are you sure this works!!
> Dont' work for me.

> Is there no need for registry entries?

> Brian Jones <bri...@nospam.adroit-software.co.uk> wrote in message
> news:7pjrr0$7se21@forums.borland.com...
> > Theres actually only a couple of DLL's required. These are :

> > NTWDBLIB.DLL - should go with BDE DLL's
> > DBCLIENT.DLL - goes into windows system (should be already installed by
> BDE)
> > DBNMPNTW.DLL - windows system again

> > That should be enough.

> > --
> > Adroit Software Ltd
> > ------------------------------
> > Remove the nospam. to mail me direct
> > Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message
> > news:7pjk78$7sp1@forums.borland.com...
> > > I'm creating an Install for my application and I need to install SQL
> > SERVER
> > > Client.
> > > Has someone any documentation, reference or tip for SQL SERVER 6.5
> Client
> > > installation with InstallShield Express.

> > > --
> > > ------------------------------------------------
> > > Jairo Gubler
> > > SFW - Dgitro Tecnologia LTDA
> > > e-mail: jairo.gub...@digitro.com.br

Re:Installing SQL SERVER Client Installation with InstallShield Express


Yes, it works.
The problem was that InstallShield (Delphi 3) don't registered the BDE Path.

Thanks..

Quote
Brian Jones <bri...@nospam.adroit-software.co.uk> wrote in message

news:7q65b0$r9710@forums.borland.com...
Quote
> Yep. Definitely works. You may need to check your client configuration
> program, but that will need installing separately. But I've not had any
> problems with this onto '95 and NT 4.0.

> --
> Adroit Software Ltd
> ------------------------------
> Remove the nospam. to mail me direct
> Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message
> news:7pujfo$jao11@forums.borland.com...
> > Are you sure this works!!
> > Dont' work for me.

> > Is there no need for registry entries?

> > Brian Jones <bri...@nospam.adroit-software.co.uk> wrote in message
> > news:7pjrr0$7se21@forums.borland.com...
> > > Theres actually only a couple of DLL's required. These are :

> > > NTWDBLIB.DLL - should go with BDE DLL's
> > > DBCLIENT.DLL - goes into windows system (should be already installed
by
> > BDE)
> > > DBNMPNTW.DLL - windows system again

> > > That should be enough.

> > > --
> > > Adroit Software Ltd
> > > ------------------------------
> > > Remove the nospam. to mail me direct
> > > Jairo Gubler <jairo.gub...@digitro.com.br> wrote in message
> > > news:7pjk78$7sp1@forums.borland.com...
> > > > I'm creating an Install for my application and I need to install SQL
> > > SERVER
> > > > Client.
> > > > Has someone any documentation, reference or tip for SQL SERVER 6.5
> > Client
> > > > installation with InstallShield Express.

> > > > --
> > > > ------------------------------------------------
> > > > Jairo Gubler
> > > > SFW - Dgitro Tecnologia LTDA
> > > > e-mail: jairo.gub...@digitro.com.br

Other Threads