'FileNotFoundError: fbs could not find executable 'makensis'. Please install NSIS and add its installation directory to your PATH envir onment variable

I wanted to create an installer for my exe programm (with fbs). Then I saw that I need to install NSIS (Error: FileNotFoundError: fbs could not find executable 'makensis'. Please install NSIS and add its installation directory to your PATH envir onment variable). I did install NSIS. After that, I got the same error. Can somebody help me?



Solution 1:[1]

NSIS does not automatically add itself to %Path% when you install it. If fbs cannot detect NSIS then I suppose you have to manually update the path variable yourself.

Solution 2:[2]

Hi ckeck the location where NSIS software installed.

mine C:\Program Files (x86)\NSIS

when i try to uninstall it's showing correct file location then i am adding that file location to path user variabels

Thanks,

ANR S

Solution 3:[3]

Try to install "HM NIS Edit", you can choose your makensis.exe following NSIS -> Configuration.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Anders
Solution 2 AMAR
Solution 3 Sanoop Surendran