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?
4
There are 4 best solutions below
0
On
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

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.