I am trying to create a windows installer which includes some custom plugins. I can build without error, but when I try to create an nsis .exe using the line "nmake -f makefile.nmake packaging" I encounter the following error:
I am building from the Wireshark-1.10.7.tar.bz2 from the wireshark website and am using Windows 7 x64. What can I do about this error? asked 04 Jun '14, 07:18 Thomas G edited 04 Jun '14, 07:21 |
One Answer:
I think you have to download the aproprate File: "C:\Wireshark-win64-libs-1.10\vcredist_x64.exe for your visual studio version and put it in the above directory. I think this is mentioned in the guide. answered 04 Jun '14, 07:43 Anders ♦ |
Thank you, that was the problem.