mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Change wording a bit
This commit is contained in:
parent
f1223f7621
commit
32cb7c8e2b
1 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@ Section "WinPcap 3.1" SecWinPcap
|
||||||
Delete "$INSTDIR\winpcap-nmap-3.1.B.exe"
|
Delete "$INSTDIR\winpcap-nmap-3.1.B.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Networking Changes" SecPerfRegistryMods
|
Section "Network Performance Improvements (Registry Changes)" SecPerfRegistryMods
|
||||||
File nmap_performance.reg
|
File nmap_performance.reg
|
||||||
Exec 'regedt32 /S "$INSTDIR\nmap_performance.reg"'
|
Exec 'regedt32 /S "$INSTDIR\nmap_performance.reg"'
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
@ -95,15 +95,15 @@ SectionEnd
|
||||||
|
|
||||||
;Component strings
|
;Component strings
|
||||||
LangString DESC_SecCore ${LANG_ENGLISH} "Installs Nmap executables and script files"
|
LangString DESC_SecCore ${LANG_ENGLISH} "Installs Nmap executables and script files"
|
||||||
LangString DESC_SecRegisterPath ${LANG_ENGLISH} "Registers Nmap path to System path"
|
LangString DESC_SecRegisterPath ${LANG_ENGLISH} "Registers Nmap path to System path so you can execute it from any directory"
|
||||||
LangString DESC_SecWinPcap ${LANG_ENGLISH} "Installs WinPcap 3.1"
|
LangString DESC_SecWinPcap ${LANG_ENGLISH} "Installs WinPcap 3.1 (required for most Nmap scans unless it is already installed)"
|
||||||
LangString DESC_SecPerfRegistryMods ${LANG_ENGLISH} "Modifies Windows networking parameters to improve performance of TCP connect scans."
|
LangString DESC_SecPerfRegistryMods ${LANG_ENGLISH} "Modifies Windows registry values to improve TCP connect scan performance. Recommended."
|
||||||
|
|
||||||
;Assign language strings to sections
|
;Assign language strings to sections
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecCore} $(DESC_SecCore)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecCore} $(DESC_SecCore)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecRegisterPath} $(DESC_SecRegisterPath)
|
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecWinPcap} $(DESC_SecWinPcap)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecWinPcap} $(DESC_SecWinPcap)
|
||||||
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecRegisterPath} $(DESC_SecRegisterPath)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecPerfRegistryMods} $(DESC_SecPerfRegistryMods)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SecPerfRegistryMods} $(DESC_SecPerfRegistryMods)
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue