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