Custom Instalation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to use VS Setup Projects to do a custom dialog for installing a database
and run scripts against it ?
 
There are extra dialogs you can add to the user interface (right click Start
in the user interface view, Add Dialog) so you'll probably need to work
within the constraints of those dialogs if you want to stay with VS. There
are other tools for this kind of thing, MsiLaunch for launching programs,
Red-Gate do SQL deployment stuff, and there are a bunch of other tools here
that let you do much more than VS setups let you do:
http://installsite.org/pages/en/msi/authoring.htm
 
Thanks.

Veru nice tolls !!!

Phil Wilson said:
There are extra dialogs you can add to the user interface (right click Start
in the user interface view, Add Dialog) so you'll probably need to work
within the constraints of those dialogs if you want to stay with VS. There
are other tools for this kind of thing, MsiLaunch for launching programs,
Red-Gate do SQL deployment stuff, and there are a bunch of other tools here
that let you do much more than VS setups let you do:
http://installsite.org/pages/en/msi/authoring.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top