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 |
One Answer:
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 ♦ |
Thank you so much! Works perfect now :)
@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.
Done, thank you