2020. 2. 29. 12:24ㆍ카테고리 없음
I’ve written a fair amount of code in my IT career and released a good number of Windows programs also, so a good tool to create Windows installer packages was always key. Each program would have a different set of needs, such as scripts, DLLs, security settings, etc., so one tool that could handle a complex set of requirements was necessary.If you have the money or need tons of support, you can always go with InstallShield, the solid choice for many companies using Windows. We always used InstallShield in our early days as it came packaged with Visual Studio and Visual Foxpro.However, it is not the only good software out there for creating Windows installers. In this article, I’m going to mention a couple of other free and paid (though much cheaper) utilities you can try out in your organization. Nullsoft Scriptable Install System (NSIS)If you love open source software, you may want to check out the (NSIS).
Nsis Pause Installation Free
NSIS is a professional system that you can use to create everything from very simple to very complex Windows installers. It’s small, yet has a large feature set, which makes it suitable for Internet distribution.As you can tell by the name, NSIS is script-based, which allows you to create logic as complicated as you need to handle any situation.
Luckily, for beginners, it also includes a bunch of plug-ins and pre-defined scripts to get you started. Here is a short list of some of my favorite features of this MSI package creator:. Ability to create Windows installers that can install, uninstall, set system settings, extract files, and more.
Nsis Pause Installation Tool
NSIS has an overhead of only 34KB! It is by far the smallest Windows installer compared to InstallShield and Wise. One installer that is compatible with all major version of Windows from Windows 95 to Windows 10. Three compression methods (ZLib, BZip2, LZMA) to ensure the greatest compression for your installer packages.
Script based installer is better than other programs that just generate a list of files and registry keys.