1

I"m using VS2008 and I made a project for my own use. I can create setup using VS utility of setup creating called deploying project. But I want a self extract setup that launch by user in easily way how to do it?

avirk
  • 15,877

2 Answers2

2

as I know there are some free tools like Zipinstaller or Inno setup. Just try it. :-)

Juhele
  • 2,388
2

The most popular choices are:

Also common, but not recommended for small projects:

grawity
  • 501,077