Click to See Complete Forum and Search --> : Installer probelm


DanielaTm
May 30th, 2006, 06:26 AM
Hi,
I have a windows app project and I want to create an installer for it. The problems are:

1. I must have in kit sql express edition and if the client does not have sql server , I have to install it
2.I have to run a script on sql server, to create the database ( on sql express I installed or in the existing one)

How can I do it? To see if the client has already sql server installed and determing where I should run the script?

Thanks