From d42dff79738fa82e9a759c42c07f654e317043a3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 4 Oct 2012 18:31:18 +0000 Subject: 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 --- docbook/wsdg_src/WSDG_chapter_tools.xml | 6 ++++-- 1 file 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 below for more details. -- cgit v1.2.3