cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jchristman
Level 8

Create SQL Database

:rolleyes: I need to create a SQL Database, I have the database in a script and it makes changes to text in the script based on a dialog input.

OK, what I would like to do is have the user select the SQL Server/Instance and then choose the login method. Do not want them to have to choose a a database since the script is creating a new database. I would also like to prompt the user for the location of the database and the location of the log.

I did see the databasedir dialog but not for sure if that will do what I am wanting.
Labels (1)
0 Kudos
(5) Replies
jchristman
Level 8

I have the dialogs setup when I run the installer and it gets to asking about the database dir and i click change it errors and says "Error 2803, Dialog View did not find a record for the dialog InstallChangeFolder.
0 Kudos
m_rudolph
Level 6

InstallScript/MSI or MSI?
0 Kudos
jchristman
Level 8

Oh Sorry MSI Project If I have to I will start over and move to InstallScript/MSI
0 Kudos
m_rudolph
Level 6

Doh, I'm not very skilled with MSI. Sorry 😕

I was going to say for InstallScript you can use the SelectDirEx function to get a path from a user.

I'm sure someone knowledgeable with MSI technology will help.
0 Kudos
jchristman
Level 8

That is ok thanks for your help
0 Kudos