aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-04 18:31:18 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-04 18:31:18 +0000
commitd42dff79738fa82e9a759c42c07f654e317043a3 (patch)
tree91f4fee75b085edec0b70d274bc5d5d237e6cbdc /docbook/wsdg_src
parent2d8a0b51589771d0e32609d86cbe12c9dbaa4526 (diff)
Clarify what the problem is with building PortableApps or U3 packages
with Visual Studio Express Edition - the resulting package cannot be self-contained and will require that the Visual C++ Redistributables be installed on any machine into which you plug the portable Wireshark package, which kinda defeats the purpose of a portable package (plug it in and go). svn path=/trunk/; revision=45315
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tools.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml
index af22121030..c375198ee5 100644
--- a/docbook/wsdg_src/WSDG_chapter_tools.xml
+++ b/docbook/wsdg_src/WSDG_chapter_tools.xml
@@ -258,8 +258,10 @@ PARTICULAR PURPOSE.]]>
were compiled using Microsoft Visual C++ 6.0. Using the release
compilers is recommended for Wireshark development work. "Express
Edition" compilers such as Visual C++ 2010 Express Edition SP1 can be
- used but any PortableApps or U3 packages you create will require the
- installation of a separate Visual C++ Redistributable package. See
+ used but any PortableApps or U3 packages you create with them
+ will require the installation of a separate Visual C++
+ Redistributable package on any machine on which the PortableApps
+ or U3 package is to be used. See
<quote><link linkend='msvc-runtime-redistributable' endterm='msvc-runtime-redistributable.title'/></quote>
below for more details.
</para>