summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/wsdg_src/WSDG_chapter_sources.asciidoc')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
index bd8dd1cdb8..0fe48cfac4 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
@@ -1073,10 +1073,10 @@ to build the OS X Package.
==== Win32: NSIS .exe installer
-The _Nullsoft Install System_ is a free installer generator for Win32
-based systems; instructions how to install it can be found in <<ChToolsNSIS>>.
-NSIS is script based, you will find the Wireshark installer
-generation script at: 'packaging/nsis/wireshark.nsi'.
+The _Nullsoft Install System_ is a free installer generator for Windows
+systems. Instructions on installing it can be found in <<ChToolsNSIS>>.
+NSIS is script based. You can find the main Wireshark installer
+generation script at 'packaging/nsis/wireshark.nsi'.
When building with CMake you must first build the 'nsis_package_prep' target,
followed by the 'nsis_package' target, e.g.