Wireshark-dev: Re: [Wireshark-dev] need help : NSIS
From: "bijjou2000" <bijjou2000@xxxxxxxxxxxx>
Date: Tue, 19 Feb 2008 23:41:13 +0100
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 <pascalheude@xxxxxxxxxxx> > A: <wireshark-dev@xxxxxxxxxxxxx> > Objet: Re: [Wireshark-dev] need help : NSIS > Date: Tue, 19 Feb 2008 21:33:39 +0100 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 (in the section "C-Runtime Redistributable" !ELSEIF "$(MSVC_VARIANT)" == "MSVC2005" and MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\*.* - finally put in comment the line (the previous one) MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\*.* I have choosen to modify the part "MSVC2005" of the section "C-Runtime Redistributable" because I am currently using this compiler. If you get the same problem with another compiler, you should choose the part according to your compiler. Regards. Pascal khalid habibi a écrit : hi p have in line 371: ; C-runtime redistributable !ifdef VCREDIST_EXE ; vcredist_x86.exe (MSVC V8) - copy and execute the redistributable installer File "${VCREDIST_EXE}" ExecWait '"$INSTDIR\vcredist_x86.exe"' $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 <wmeier@xxxxxxxxxxx> An: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx> Betreff: Re: [Wireshark-dev] need help : NSIS 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 package not available / not redistributable!" !endif !endif ; MSVCR_DLL !endif ; VCREDIST_EXE So: please see section 2.2.1.3 of the Wireshark Developer's Guide about getting the redistributable. A link to the guide is at http://www.wireshark.org/docs/ _______________________________________________ Wireshark-dev mailing list Wireshark-dev@xxxxxxxxxxxxx http://www.wireshark.org/mailman/listinfo/wireshark-dev Windows Live Messenger 2008 vient de sortir, encore plus de fun ! Téléchargez gratuitement Messenger 2008 <> _______________________________________________ Wireshark-dev mailing list Wireshark-dev@xxxxxxxxxxxxx http://www.wi reshark.org/mailman/listinfo/wireshark-dev www.jubii.fr c'est une seule interface pour communiquer. Email, téléphone gratuit, messagerie instantanée, 10 Go d'espace de stockage. Avec www.jubii.fr simplifiez-vous la vie !
- Prev by Date: Re: [Wireshark-dev] Ability to Re-dissect Packets
- Next by Date: Re: [Wireshark-dev] Ability to Re-dissect Packets
- Previous by thread: Re: [Wireshark-dev] need help : NSIS
- Next by thread: Re: [Wireshark-dev] need help : NSIS
- Index(es):