Hi, I am trying to install the wireshark built with VC2005EE@XP on
another PC. But when I launch the installed wireshark.exe, it warns the
missing of msvcr80.dll. According to Matthias's advice
(http://www.wireshark.org/lists/wireshark-dev/200703/msg00628.html),
actually the issue comes from the version mismatch of x86_micrisift.VC80.
-------------------------
The building machine is installed with version 8.0.50727.762 and
8.0.50727.42, but wireshark was built with version 762. So the wireshark
can not run on the PC where only version 42 is installed.
Matthias said we can manualy modify manifest file, but manifest file is
automatically generated during built. So can anyone give some solution?
Thanks,
Guo