Re: [Wireshark-dev] need help : NSIS

2008-02-23 Thread Pascal Heude
I'm sorry. I do not want to blame anyspan who partiticape/develop this fabulous project (Wireshark). I am only a french guy who try to add small bricks into this huge "wall" and sometimes I may not know the exact meaning of words. Regards. Pascal Ulf Lamping a écrit : Pascal Heude sc

Re: [Wireshark-dev] need help : NSIS

2008-02-23 Thread Ulf Lamping
Pascal Heude schrieb: > Hi, > > I am using MSVC2005. For that, I changed the comment in the section > # Microsoft Visual C / Studio Variant # > # "Microsoft Visual Studio 2005" > # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll > MSVC_VARIANT=MSVC2005 > > I have the following dll in the direct

Re: [Wireshark-dev] need help : NSIS

2008-02-23 Thread Pascal Heude
Hi, I am using MSVC2005. For that, I changed the comment in the section # Microsoft Visual C / Studio Variant # # "Microsoft Visual Studio 2005" # Visual C++ 8.0, _MSC_VER 1400, msvcr80.dll MSVC_VARIANT=MSVC2005 I have the following dll in the directory $(PROGRAM_FILES)\Microsoft

Re: [Wireshark-dev] need help : NSIS

2008-02-23 Thread Ulf Lamping
Hi! Right, you are describing how you tried to fix it (which is not the intended way it should work), and I (as the author) try to find the cause of the problem. Some questions: Do you use MSVC 2005 "retail version" or MSVC 2005 "express edition" or something else ? Which setting in config.nma

Re: [Wireshark-dev] need help : NSIS

2008-02-23 Thread Pascal Heude
Hi, I'm not sure we understand each other. Here after is the file before the modification (the WAS) : !ELSEIF "$(MSVC_VARIANT)" == "MSVC2005" MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\*.* Here after is the file after the modification (the IS) : !

Re: [Wireshark-dev] need help : NSIS

2008-02-22 Thread Ulf Lamping
Pascal Heude schrieb: > Hi, > > I had the same problem than bijjou200 and I found the following solution : > > - edit the config.nmake file (the one in the installation directory of > wireshark) > - copy the following line > VCREDIST_EXE=$(WIRESHARK_LIBS)\vcredist_x86.exe > between the following 2

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread bijjou2000
Hi, thank you for Help, It work. i have make the change and download the vcredist_x86.exe into wireshark-win32-libs. Regards bijjou > De: Pascal Heude <[EMAIL PROTECTED]> > A: > Objet: Re: [Wireshark-dev] need help : NSIS > Date: Tue, 19 Feb 2008 21:33:39 +0100 Hi, I ha

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread Pascal Heude
;' $0 DetailPrint "vcredist_x86 returned $0" !else !ifdef MSVCR_DLL thanks Original-Nachricht Datum: Tue, 19 Feb 2008 12:23:47 -0500 Von: Bill Meier <[EMAIL PROTECTED]> An: Developer support list for Wireshark Betreff: Re: [Wireshark-dev] need help : NSIS

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread khalid habibi
$0" !else !ifdef MSVCR_DLL thanks Original-Nachricht > Datum: Tue, 19 Feb 2008 12:23:47 -0500 > Von: Bill Meier <[EMAIL PROTECTED]> > An: Developer support list for Wireshark > Betreff: Re: [Wireshark-dev] need help : NSIS > bijjou2000 wrote: > > h

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread Bill Meier
Bill Meier wrote: > bijjou2000 wrote: >> hi >> i want create a .exe file with NSIS. But I have this Failure: >> >> Error in script "wireshark.nsi" on line 371 -- aborting creation process > > Line 371 seems to be at the end of the following: >!else >!if ${MSVC_VARIANT} != "MSVC6" >!er

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread Bill Meier
bijjou2000 wrote: > hi > i want create a .exe file with NSIS. But I have this Failure: > > Error in script "wireshark.nsi" on line 371 -- aborting creation process Line 371 seems to be at the end of the following: !else !if ${MSVC_VARIANT} != "MSVC6" !error "C-Runtime redistributable fo

[Wireshark-dev] need help : NSIS

2008-02-19 Thread bijjou2000
hi i want create a .exe file with NSIS. But I have this Failure: Error in script "wireshark.nsi" on line 371 -- aborting creation process NMAKE : fatal error U1077: "C:\Programme\nsis\makensis.exe": Rückgabe-Code "0x1" Stop. NMAKE : fatal error U1077: ""C:\Programme\Microsoft Visual Studio 8\VC\B