Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Request to add note to README.md about NSIS for Windows #6

Open
kevkha opened this issue Jan 19, 2016 · 0 comments
Open

Request to add note to README.md about NSIS for Windows #6

kevkha opened this issue Jan 19, 2016 · 0 comments

Comments

@kevkha
Copy link

kevkha commented Jan 19, 2016

Without NSIS installed on Windows the gulp pack:win32 would fail with

[00:21:19] all done!
[00:21:19] Finished 'build:win32' after 6.87 s
[00:21:19] Starting 'pack:win32'...
'makensis' is not recognized as an internal or external command,
operable program or batch file.
[00:21:20] Finished 'pack:win32' after 200 ms

On Windows, download the nullsoft scriptable installer (http://nsis.sourceforge.net/Download) You need to include NSIS in your PATH to find makensis, set your global environment variable or you can set a session variable using:

set PATH=%PATH%;C:\Program Files (x86)\NSIS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant