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,689
  • 16
  • 59
  • 104

2 Answers2

2

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

Juhele
  • 2,377
  • 2
  • 18
  • 23
2

The most popular choices are:

Also common, but not recommended for small projects:

u1686_grawity
  • 426,297
  • 64
  • 894
  • 966