Skip to content
⌘ NSIS Forum Archive

Difference between NSH and NSI extensions

3 posts

smatte#

Difference between NSH and NSI extensions

Is there a difference between using NSI or NSH extenltion for script? I observed that if I include a script.nsh that create a shortcut with a specific icon, the icon is not used but if I include a script.nsi with the same code it works well. Why ?
goldy1064#
Well, from what I gathered, *.nsi is an installer script whereas *.nsh is an installer header file.