how to make complete setup

  • Thread starter Thread starter Kanaiya
  • Start date Start date
K

Kanaiya

hello
how to mak complete setup so any dependencies and dll which we have
used are put in set file.
 
When you crate a setup project in VS.Net and add a project output to the
setup (i.e. the project you wnat to install) then all the dependencies are
discovered and necessary files are added to the setup.

You may view the selected files, filter them, add your custom other files.

Another step, is to look at custom actions if you want:
- install a system service
- create log files
- create message queues
- etc.
 

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