Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are .nsh files? Can't find any docs for it

Tags:

file

I recently saw a .nsh file for the first time. What is it? I can't find any docs regarding this language. Does anyone know a good place to learn about it?

like image 580
Marche Remi Avatar asked Sep 15 '25 22:09

Marche Remi


2 Answers

It is an installer file used by NSIS (Nullsoft Scriptable Install System), a program used for creating Windows installers; saves header information that can be included across all .NSI installer scripts; helps setup common environment conditions for an installation.

like image 149
Shane Fontaine Avatar answered Sep 19 '25 11:09

Shane Fontaine


I recently saw a .nsh file for the first time. What is it?

They are scripts that operate in the context of a UEFI shell. [1] These tend to have standardised names, like startup.nsh.

I can't find any docs regarding this language. Does anyone know a good place to learn about it?

They adhere to the UEFI Shell Specification Version 2.2. [2] Wikipedia summarises it somewhat well.

like image 45
RokeJulianLockhart Avatar answered Sep 19 '25 11:09

RokeJulianLockhart



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!