Nullsoft Scriptable Install System is the best open source program packager.

Posted by Jiltin     Tags: , , , , , , 31 December, 2008    1,583 views    (1) Comment

NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is a simple elegant yet powerful solution. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. Download NSIS from SourceForge You have created a small software or applications, using a more traditional high level language language (Java, C++, C##, Basic etc), and you want an installer program to put it in program files and Read Full Article (Click here)...

Categories : Software Review Tags : , , , , , ,

HM NIS Edit is the best Editor/IDE for Nullsoft Scriptable Install System (NSIS) packager

Posted by Jiltin     Tags: , , 31 December, 2008    2,056 views    (2) Comment

HM NIS Edit is the best Editor/IDE for Nullsoft Scriptable Install System (NSIS). Its useful for experts and beginners in the creation of Setup programs with the NSIS. Its Script Wizard will help you to create standard Setup programs with only few clicks, also its InstallOptions designer will help you to create your own custom pages with a friendly drag and drop interface. Download HM NIS EDIT: A Free NSIS Editor/IDE You have created a small software or applications and you want an installer Read Full Article (Click here)...

Categories : Software Review Tags : , ,

MortgageCalculator.nsi

Posted by Jiltin     Tags: , 16 May, 2008    338 views    (1) Comment

; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME “MortgageCalculator” !define PRODUCT_VERSION “Version 1.0″ !define PRODUCT_PUBLISHER “Jiltin Software, Inc.” !define PRODUCT_WEB_SITE “http://www.notesbit.com” !define PRODUCT_DIR_REGKEY “Software\Microsoft\Windows\CurrentVersion\App Paths\MortgageCalculator.exe” !define PRODUCT_UNINST_KEY Read Full Article (Click here)...

Categories : NSIS Tags : ,

CheckCreditCard.nsi

Posted by Jiltin     Tags: , 16 May, 2008    408 views    (1) Comment

; Script generated by the HM NIS Edit Script Wizard. ;!define SHORT_APP_NAME “Jiltin Software” ;!define SUPPORT_EMAIL “support@notesbit.com” ;!include “DotNET.nsh” ;!insertmacro CheckDotNET !include WordFunc.nsh !insertmacro VersionCompare !include LogicLib.nsh ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME “Verify Credit Card” !define PRODUCT_VERSION “1.0″ !define PRODUCT_PUBLISHER “Jiltin Software, Read Full Article (Click here)...

Categories : NSIS Tags : ,

RecordMath20.nsi

Posted by Jiltin     Tags: , 16 May, 2008    410 views    (1) Comment

; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME “RecordMath20″ !define PRODUCT_VERSION “Version 1.0″ !define PRODUCT_PUBLISHER “Jiltin Software, Inc.” !define PRODUCT_WEB_SITE “http://www.notesbit.com” !define PRODUCT_DIR_REGKEY “Software\Microsoft\Windows\CurrentVersion\App Paths\RecordMath20.exe” !define PRODUCT_UNINST_KEY Read Full Article (Click here)...

Categories : NSIS Tags : ,