Wednesday, June 13, 2007

Creating a .NET installer using NSIS

If you've ever dealt with the Visual Studio .NET installer project, you'll notice its just a tad on the tedious side to update specific settings and just plain awkward to use. Since I come from a Linux background I like to script things, so on that note todays post is about how to create a scriptable installer thats compatible with Visual Studio builds. So check out this quick tutorial on how to build an installer with the nullsoft scriptable install system, check out the article here.

No comments: