This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Create SQL Database
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 09, 2007
04:48 PM
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.
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.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2007
01:24 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2007
03:26 PM
InstallScript/MSI or MSI?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2007
03:36 PM
Oh Sorry MSI Project If I have to I will start over and move to InstallScript/MSI
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2007
03:48 PM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 11, 2007
03:55 PM
That is ok thanks for your help
