添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
闷骚的木耳  ·  WPF ListView Style | ...·  3 月前    · 
卖萌的勺子  ·  10-11兼容说明- ...·  5 月前    · 
旅途中的西装  ·  2024 北京智源大会·  5 月前    · 
0

After having successfully compiled wireshark on windows, I tried to create a windows installer. I am getting the following error on doing a 'nmake -f Makefile.nmake build wireshark installer'

**File: "C:Userst_sidharth1wswinwiresharkwin32vcredist_x86.exe" -> no files found.

Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] | /oname=outfile one_file_only)

Error in script "wireshark.nsi" on line 423 -- aborting creation process

NMAKE : fatal error U1077: '"C:Program Files (x86)NSISmakensis.exe"' : return code '0x1'

Stop.

NMAKE : fatal error U1077: '"C:Program Files (x86)Microsoft Visual Studio 9.0 VCBINnmake.exe"' : return code '0x2'

Stop.**

asked 08 Feb '11, 22:25

sid's gravatar image

sid
45 19 20 21
accept rate: 0%

Perhaps you need to install the vcredist.. ref the developers guide.

(08 Feb '11, 22:55) Anders ♦

I have downloaded vcredist_x86.exe from microsoft.com and I have installed it. But while installation it does not ask for a path as to where I want to install that.

So where exactly do I need to install the vcredist_x86.exe? And on installation of this redistributable, what files exactly come up??

(09 Feb '11, 00:40) sid

Hi,

Is it possible to make an installer without installing vcredist? Because, in my case, I'm not admin on my computer so I can't install vcredist.

(09 Feb '11, 00:41) Alwik

I don't think so..redistributable files are necessary for the runtime.

Try downloading the msvcr90.dll from the internet and using it. It might work. But I am not completely sure on it.

What is the harm in trying afterall.

sid

(09 Feb '11, 02:04) sid
0

If you can't even create the installer, then it likely means that you don't have a copy of vcredist_x86.exe saved in your wireshark library directory. By default, this is C:\wireshark-win32-libs\ , but it appears you have a non-standard path.

Reference: Create a Wireshark Installer , section 2.2.13.2.

answered 13 Feb '11, 18:07

cmaynard's gravatar image

cmaynard ♦♦
9.4k 10 38 142
accept rate: 20%

edited 14 Feb '11, 13:05

0

I have solved my problem by installing Visual Studio but not the Express Edition. Now Wireshark is well installed, but when I'm trying to launch it, i got a pop-up telling me that i may reinstall wireshark because it's not correctly configured. Any idea?

answered 08 Mar '11, 02:20

Alwik's gravatar image

Alwik
1 1 1 4
accept rate: 25%

0

The solution is to install visual C++ SP1

answered 23 Mar '11, 06:14

Alwik's gravatar image

Alwik
1 1 1 4
accept rate: 25%

0

The solution is to install the visual C++ SP1

answered 23 Mar '11, 06:19

Alwik's gravatar image

Alwik
1 1 1 4
accept rate: 25%

edited 23 Mar '11, 06:20