Introducing NSIS Studio
Introducing NSIS Studio
v1.1 (2012-06-02)
This is an application for creating software setups. It is powered by NSIS.
Features:
- Creates installers (setup files) for following tasks:
- Install/extract files and folders on target system
- Create shortcuts and registry keys
- Register DLL/OCX files
- Execute programs and open files after installation
- Download files
- Options for customizing installer dialogs such as text, graphics and messages
- Project files can be saved and re-loaded at a later date
- Easy-to-use GUI for creating installer sections and install tasks
- The installers (EXE files) generated by NSIS have the following features:
- Installer is completely stand-alone with no dependencies
- Installer supports Windows 95/98/ME/NT/2000/XP/Vista/7 and Windows Server 2003/2008
- Solid LZMA compression for creating very small installers with an installer overhead of only 34KB
- Full list is available here
Screenshots:

Download Links:
NSIS Studio v1.1 BETA (Includes NSIS Setup)
NSIS Studio v1.1 BETA (GUI Only)
Posted on June 2, 2012, in Uncategorized. Bookmark the permalink. 1 Comment.








can you post some complex (e.g. changing environment PATH variable for system/user, downloading file) example file?