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.
 
Back
Top