mirror of
https://github.com/nmap/nmap.git
synced 2026-02-03 12:06:35 +00:00
Document the /D option in Nmap.nsi. It is a built-in NSIS option to set the
installation directory, but it has some restrictions: ;; It must be the last parameter used in the command line and must not ;; contain any quotes, even if the path contains spaces. Only absolute ;; paths are supported.
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
;; /NCAT=NO don't install Ncat
|
||||
;; /NDIFF=NO don't install Ndiff
|
||||
;; /NPING=NO don't install Nping
|
||||
;; /D=C:\dir\... install to C:\dir\... (overrides InstallDir)
|
||||
;;
|
||||
;;/D is a built-in NSIS option and has these restrictions:
|
||||
;;(http://nsis.sourceforge.net/Docs/Chapter3.html)
|
||||
;; It must be the last parameter used in the command line and must not
|
||||
;; contain any quotes, even if the path contains spaces. Only absolute
|
||||
;; paths are supported.
|
||||
|
||||
;--------------------------------
|
||||
;Include Modern UI
|
||||
|
||||
Reference in New Issue
Block a user