Cannot create installer following Win32/64 step-by-step instructions
I have just set up a wireshark dev station on my win10 PC, following the step-by=step instructions. wireshark compiles and runs fine.
But when I try to create an installer using the instructions on that page, both commands fail saying the vcxproj files do not exist. I tried them in both the build folder and the wireshark folder. A search of the entire wireshark tree cloned out of git does not find any such files.
What am I missing?
Below are the commands listed in the instructions:
Run
Do you have NSIS installed?
Yes. V3.04
I had Visual Studio 2019 installed on the same PC as studio 2017. I removed the 2019 version, and now re-running the install seems to have added the nsis project files in.
The sequence was something like:
1) Visual studio 2017 and Visual studio 2019 installed. generating build files did not generate nsis*.vcxproj files
2) uninstalled visual studio 2019
3) ran nsis to be sure it was installed, and clicked 'compile NSI scripts' button (I doubt this did anything, but noting it for completeness)
4) deleted all files and folders under build and re-generated Now I see nsis* project files.
I tried building the installer. The second step failed with an error. Should I file a new ticket? Error message is below:
Build FAILED.
(more)