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: Multiple Database scripts in Basic MSI Project
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
‎Apr 29, 2015
09:43 AM
Multiple Database scripts in Basic MSI Project
Hi
I am creating a Basic MSI project and in the the Sql Scripts part i want to create scripts for multiple databases. is there a way to achieve it?
Currently it is showing just 4 options namely Azure,Sql Server, MySQL and Oracle.
Any approach or any sort of help to achieve this task is appreciated.:(
I am creating a Basic MSI project and in the the Sql Scripts part i want to create scripts for multiple databases. is there a way to achieve it?
Currently it is showing just 4 options namely Azure,Sql Server, MySQL and Oracle.
Any approach or any sort of help to achieve this task is appreciated.:(
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2015
09:58 AM
Yes. I am doing that for InstallScript MSI projects. Go to Scripts view under Server Configuration.
Right Click on SQL Scripts and choose 'New SQL Connection'. Under that add scripts for that connection.
Repeat the above for each database (SQL Connection) as needed.
Right Click on SQL Scripts and choose 'New SQL Connection'. Under that add scripts for that connection.
Repeat the above for each database (SQL Connection) as needed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2015
11:13 PM
I got your point . But will it work for a cybase connection as after clicking a new connection the database to target in requirements tab are just Windows Azure,SQL Server, MySQL and Oracle. Wont that have an effect?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 30, 2015
02:04 AM
I've never heard of cybase. You'll need to write custom actions if you want to connect to a Sybase RDBMS.