
jason.christman1.5524919380322688E12 asked a question.
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.
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.