Jun 26, 2013
NSIS is a free software for Windows-based computers that allows the users to create installations of other software. NSIS is an acronym for Nullsoft Install System Script. It allows the users to create installers based on a script system. Its creators, Nullsoft, are none other than the people behind the famous Winamp media player. Download NSIS for Windows If you have problems getting it (interruptions, breaks, slow internet connection) see the How to Download Manual made by SoftSpecialist or use a Free Manager . For the installation of nsis-2.46-setup.exe and how to use the software full version / free trial, you can get help by reading the manual from the producer 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. I've heard of digitally signing the application, do you know how to do this in NSIS? How can I set the field/attribute Publisher to "My Installer" or some other text? I think the following code is supposed to set the Publisher field but it doesn't, it still remains 'unknown':
With NSIS you can create such installers that are capable of doing everything that is needed to setup your software. NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other
NSIS: Nullsoft Scriptable Install System download Download NSIS: Nullsoft Scriptable Install System for free. Windows installer development tool. NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. NSIS Wiki
Jun 26, 2013
Jun 26, 2013 · The compiler doesn't give any error, but when I launch the setup I obtain a Windows message: "Setup.exe has stopped working - Windows is checking for a solution to the proble" So I don't know what may cause the error!! If someone has a different solution to write in a .config file with NSIS, I will be pleased to read it. Thanks!! Common command line parameters for installers built using the NSIS are: /S runs the installer or uninstaller silently. /D sets the default installation directory. It must be the last parameter used in the command line and must not contain any quotes, even if the path contains spaces. Only absolute paths are supported. More information about … NSIS (Nullsoft Scriptable Install System)Read More » Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software. HM NIS Edit is an editor/IDE for Nullsoft Scriptable Install System (NSIS). It's useful for experts and beginners in the creation of Setup programs with the NSIS. >In addition of all features of a excellent plain text editor also it has: Multiple scripts edition and compilation interface (MDI).