Creating a Simple Modern NSIS Installer and Uninstaller
Monday, March 29th, 2010Hello. This shall be my First Tech Related Post. Mostly Tech Related i guess. Anyway, i was figuring about how to create a simple Modern Installer and Googling brought me to this site with the program called NSIS (Nullsoft Scriptable Install System). Essentially it’s a compiler of NSI Scripts.
NSIS Webpage >http://nsis.sourceforge.net/
So after googling on how to create a Simple NSI Script for Installing and Uninstalling a Program, Essentially in this case i was trying to create an Installer for PuTTYTray as sometimes i reformat my PC and i dont like seeing it on my desktop just to keep it “Beautiful”, So i decided to make an Installer.
Here’s the Script. Any Questions just leave a comment, I’ll try my best to answer any if you found this page via Google. I have included alot of comments so that you can understand the Script easier.
Credits:
NSIS Wiki
NSIS Documents
SCB and Takhir from Winamp forums for providing the Base Script
The Script can be found at the link below.


