Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsis

NSIS - check if registry key value exists

nsis

How to launch an executable on the end of installation with proper rights?

windows winapi nsis

CurrentVersion value in registry for each windows operating system

windows registry nsis

NSIS IfFileExists - more than one line

nsis

How do I require user to uninstall previous version with NSIS

Is it safe to do "RmDir /r $INSTDIR" in NSIS?

installation nsis

NSIS Installer with .NET 4.0

.net .net-4.0 nsis

How to execute an NSIS uninstaller from within an another NSIS installer and wait for it to finish?

nsis

NSIS: Installing an Application to always Run as Administrator

installation uac nsis

How to create an icon shortcut with NSIS?

jar nsis

How can I make a section in NSIS unchecked by default

nsis

What are ProductCode & UpgradeCode & GUID? How to detect if certain application/library is already installed on the user machine?

What is the environment variable for AppData in NSIS installer script?

installation nsis appdata

Update %PATH% environment variable using NSIS

Detecting if a program is already installed with NSIS

windows nsis autorun

NSIS How to split strings over multiple lines?

nsis

Check for .NET4.5+ with NSIS

How to create a batch file which work for both Program Files and Program Files(x86)?

NSIS installer that checks for .NET Framework

.net installation nsis

How can I modify the text in the MUI_WELCOME_PAGE when using MUI2 for NSIS?

installation nsis nsis-mui