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
- :
- SQLServer DB install
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
Jan 07, 2013
05:38 AM
SQLServer DB install
Sorry if this is a straightforward request but I can't find anything from a search
I have a VS 2012 project with a database project in. The project obviously contains all the SQL scripts to create the tables.
Could someone please give me a few pointers or an example of how I integrate this into my installer.
I've used the product to install files and assemblies etc before but not created/updated a database so any advice would be gratefully received
Thanks
Jason
I have a VS 2012 project with a database project in. The project obviously contains all the SQL scripts to create the tables.
Could someone please give me a few pointers or an example of how I integrate this into my installer.
I've used the product to install files and assemblies etc before but not created/updated a database so any advice would be gratefully received
Thanks
Jason
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 07, 2013
01:27 AM
In installshield project you can include your sql scripts in the SQL section of the project and you can also use the default sql dialog available in the project to get the input from the user during the runtime of the installer.