Link to home
Start Free TrialLog in
Avatar of batchakamal
batchakamalFlag for India

asked on

How to Create Database in InstallShield - Application Deployment

I have developen an application in PowerBuilder and I prepared the deployment using InstallShield Professional.
Now everything goes fine, but I want to create some stored procedures in Master database and also I have to create a database with some tables and stored procedures.

How can I do this in InstallShiled?

I don;t find a space for InstallShiled Questions.. thats why I posted here.

ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of batchakamal

ASKER

Ok, but I want the user has to enter the SQL Login Id and Password.

May be ur solution is ok if I know the server name, database name, log id and password.

Avatar of imran_fast
imran_fast

Yes you can take these input from the user using small application
replace it in the batch file and then run the batch file.