Setupzor – Self extracting setup solution
Nov 17
Needed to create a single file installer for a Visual Studio setup and deployment solution. WinRAR self extractor wouldn’t work, and neither did Winzip. Both would error out on the Setup.exe file being run (not sure why, I didn’t investigate it). So I built one based on the tutorial here. Then I had to make changes to the setup and deployment project, then go through the same process again… So I built a setup builder (Setupzor) to do it for me.
It runs on .Net 4.0, so if you have it, you can use this AWESOME utility.
- Setupzor (129 KB)

