This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Cannot build Wireshark installer for Win10 (Visual Studio 2013)

0

Hi, When trying to follow the next step for Win64 (Windows10, VS 2013) 2.2.15. Optional: Create a Wireshark Installer (from 2.2. Win32/64: Step-by-Step Guide) I am experiencing the following error: MSBUILD : error MSB1009: Project file does not exist. Switch: nsis_package_prep.vcxproj Can you please help? Thanks, Bella

asked 07 Jul '16, 00:42

BellaS's gravatar image

BellaS
5114
accept rate: 0%


One Answer:

2

I think there's a note missing from the Developers Guide. If you installed nsis after generating the configuration using CMake, then CMake won't have created the nsis projects as nsis wasn't around at the time.

Try re-running your CMake generation step.

answered 07 Jul '16, 03:13

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Thank you so much! Works perfect now :)

(07 Jul '16, 03:49) BellaS
1

@Bellas

If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.

(07 Jul '16, 04:22) grahamb ♦

Done, thank you

(07 Jul '16, 04:25) BellaS