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-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.nmake

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
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 directory

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

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 lines

[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

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 !error C-Runtime

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 for this

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread khalid habibi
Original-Nachricht Datum: Tue, 19 Feb 2008 12:23:47 -0500 Von: Bill Meier [EMAIL PROTECTED] An: Developer support list for Wireshark wireshark-dev@wireshark.org Betreff: Re: [Wireshark-dev] need help : NSIS bijjou2000 wrote: hi i want create a .exe file with NSIS. But I have

Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread Pascal Heude
Datum: Tue, 19 Feb 2008 12:23:47 -0500 Von: Bill Meier [EMAIL PROTECTED] An: Developer support list for Wireshark wireshark-dev@wireshark.org Betreff: Re: [Wireshark-dev] need help : NSIS bijjou2000 wrote: hi i want create a .exe file with NSIS