⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ethereal.nsi.in

📁 ethereal公司开发的aodv路由协议代码
💻 IN
字号:
;; ethereal.nsi;; $Id: ethereal.nsi.in,v 1.13 2002/03/20 19:45:51 gram Exp $; ============================================================================; Header configuration; ============================================================================; The name of the installerName "Ethereal"; The file to writeOutFile "ethereal-setup-@VERSION@.exe"; Icon of installerIcon "..\..\image\ethereal.ico"; Uninstall stuffUninstallText "This will uninstall Ethereal. Hit 'Next' to continue."; ============================================================================; License page configuration; ============================================================================LicenseText "Ethereal is distributed under the GNU General Public License."LicenseData "GPL.txt"; ============================================================================; Component page configuration; ============================================================================ComponentText "The following components are available for installation."; ============================================================================; Directory selection page configuration; ============================================================================; The text to prompt the user to enter a directoryDirText "Choose a directory in which to install Ethereal."; The default installation directoryInstallDir $PROGRAMFILES\Ethereal\; See if this is an upgrade; if so, use the old InstallDir as defaultInstallDirRegKey HKEY_LOCAL_MACHINE SOFTWARE\Ethereal "InstallDir"; ============================================================================; Install page configuration; ============================================================================ShowInstDetails show; ============================================================================; Installation execution commands; ============================================================================Section "-Required";-------------------------------------------SetOutPath $INSTDIRFile "..\..\wiretap\wiretap-@WTAP_VERSION@.dll"File "c:\program files\common files\GNU\iconv-1.3.dll"File "c:\program files\common files\GNU\glib-1.3.dll"File "c:\program files\common files\GNU\gmodule-1.3.dll"File "c:\program files\common files\GNU\gnu-intl.dll"File "..\..\README"File "..\..\README.win32"File "..\..\manuf"File "..\..\dictionary.dtd"File "..\..\dictionary.xml"File "..\..\mobileipv4.xml"File "..\..\nasreq.xml"File "..\..\sunping.xml"; Write the uninstall keys for WindowsWriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "DisplayName" "Ethereal"WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal" "UninstallString" '"$INSTDIR\uninstall.exe"'WriteUninstaller "uninstall.exe"SectionEndSection "Ethereal";-------------------------------------------SetOutPath $INSTDIRFile "..\..\ethereal.exe"File "..\..\doc\ethereal.html"File "c:\program files\common files\GNU\gtk-1.3.dll"File "c:\program files\common files\GNU\gdk-1.3.dll"SectionEndSection "Tethereal";-------------------------------------------SetOutPath $INSTDIRFile "..\..\tethereal.exe"File "..\..\doc\tethereal.html"SectionEndSection "Editcap";-------------------------------------------SetOutPath $INSTDIRFile "..\..\editcap.exe"File "..\..\doc\editcap.html"SectionEndSection "Text2Pcap";-------------------------------------------SetOutPath $INSTDIRFile "..\..\text2pcap.exe"File "..\..\doc\text2pcap.html"SectionEndSection "Mergecap";-------------------------------------------SetOutPath $INSTDIRFile "..\..\mergecap.exe"File "..\..\doc\mergecap.html"SectionEndSection "Plugins";-------------------------------------------SetOutPath $INSTDIR\plugins\@VERSION@File "..\..\plugins\gryphon\gryphon.dll"File "..\..\plugins\mgcp\mgcp.dll"File "..\..\plugins\giop\cosnaming.dll"File "..\..\plugins\giop\coseventcomm.dll"SectionEndSectionDivider;-------------------------------------------Section "Start Menu Shortcuts";-------------------------------------------CreateDirectory "$SMPROGRAMS\Ethereal"CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal.lnk" "$INSTDIR\ethereal.exe"CreateShortCut "$SMPROGRAMS\Ethereal\Ethereal Documentation.lnk" "$INSTDIR\ethereal.html"CreateShortCut "$SMPROGRAMS\Ethereal\Uninstall.lnk" "$INSTDIR\uninstall.exe"SectionEndSection "Desktop Icon";-------------------------------------------CreateShortCut "$DESKTOP\Ethereal.lnk" "$INSTDIR\Ethereal.exe"SectionEndSection "Uninstall";-------------------------------------------DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Ethereal"DeleteRegKey HKEY_LOCAL_MACHINE SOFTWARE\EtherealDelete "$INSTDIR\README*"Delete "$INSTDIR\manuf"Delete "$INSTDIR\dictionary.dtd"Delete "$INSTDIR\dictionary.xml"Delete "$INSTDIR\mobileipv4.xml"Delete "$INSTDIR\nasreq.xml"Delete "$INSTDIR\sunping.xml"Delete "$INSTDIR\*.exe"Delete "$INSTDIR\*.html"Delete "$INSTDIR\*.dll"Delete "$INSTDIR\plugins\@VERSION@\coseventcomm.dll"Delete "$INSTDIR\plugins\@VERSION@\cosnaming.dll"Delete "$INSTDIR\plugins\@VERSION@\gryphon.dll"Delete "$INSTDIR\plugins\@VERSION@\mgcp.dll"Delete "$SMPROGRAMS\Ethereal\*.*"Delete "$DESKTOP\Ethereal.lnk"RMDir "$SMPROGRAMS\Ethereal"RMDir "$INSTDIR\plugins\@VERSION@"RMDir "$INSTDIR\plugins"RMDir "$INSTDIR"SectionEnd

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -