Hello, I am trying to create a NSIS installer for my wireshark which I have compiled from source code. I have changed the config.nmake file to include the path where nsis.exe is installed. Now when I try to create the installer using 'nmake -f Makefile.nmake packaging' I get this error. 'nmake' is not recognized as an internal or external command, operable program or batch file. However, before creating the installer, I compiled using nmake -f Makefile.nmake make all'. I did not face any problems with nmake then. What should be done?? Thanks, Sid This question is marked "community wiki". asked 08 Feb '11, 21:45 sid |
One Answer:
I found the answer.. The path needed to be set. Refer Wireshark Developers Guide, incase anyone ever again stumbles at the same juncture. answered 08 Feb '11, 22:19 sid |