diff options
author | Bill Meier <wmeier@newsguy.com> | 2010-02-05 03:37:46 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2010-02-05 03:37:46 +0000 |
commit | e4ea81ea2c2c58d3feb344240913228d5e275133 (patch) | |
tree | 4e049033da6451d7d13ce1c0baeeca23cf87d4db /docbook | |
parent | 85dd2ca96b94fbc4a8ae7718033611b6159fed9e (diff) | |
download | wireshark-e4ea81ea2c2c58d3feb344240913228d5e275133.tar.gz wireshark-e4ea81ea2c2c58d3feb344240913228d5e275133.tar.bz2 wireshark-e4ea81ea2c2c58d3feb344240913228d5e275133.zip |
From Chris Maynard: "Wrong download link to vcredist_x86.exe"
(from me): Change a few additional cases of "2008EE" to "2008EE SP1"
and indicate that 2008EE SP1 is recommended (rather than 2005EE).
svn path=/trunk/; revision=31797
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/wsdg_src/WSDG_chapter_quick_setup.xml | 18 | ||||
-rw-r--r-- | docbook/wsdg_src/WSDG_chapter_tools.xml | 4 |
2 files changed, 8 insertions, 14 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml index e503258e28..af74b6879d 100644 --- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml +++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml @@ -36,7 +36,7 @@ <para>C compiler: <ulink url="http://www.microsoft.com/express/vc/"> Download</ulink> and install "Microsoft Visual C++ - 2008 Express Edition." (This is a very large download.)</para> + 2008 Express Edition SP1." (This is a very large download.)</para> </listitem> <!-- <listitem> @@ -450,18 +450,12 @@ title Command Prompt (VC++ 2008)]]> </listitem> <listitem> <para><filename>vcredist_x86.exe</filename> : - <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en"> + <ulink url="http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=en"> Download</ulink> the C-Runtime redistributable for Visual - C++ 2008 Express Edition (<filename>vcredist_x86.exe</filename>) + C++ 2008 Express Edition SP1 (<filename>vcredist_x86.exe</filename>) and copy it into <filename>C:\wireshark-win32-libs</filename> <superscript>1</superscript> - <warning> - <title>Beware of Visual Studio Service Packs!</title> - <para>If you have installed the Visual Studio Service - Pack 1, you need a different - <filename>vcredist_x86.exe</filename> version! See - <xref linkend="ChToolsMSChain" /> for details!</para> - </warning></para> + </para> </listitem> <listitem> <para>If you've closed <command>cmd.exe</command> in the meantime, @@ -479,8 +473,8 @@ title Command Prompt (VC++ 2008)]]> </listitem> </orderedlist> <superscript>1</superscript>Compiler dependent: This step - depends on the compiler variant used, for other variants than - the recommended Visual C++ 2008 Express Edition see the table + depends on the compiler variant used; for other variants than + the recommended Visual C++ 2008 Express Edition SP1 see the table at <xref linkend="ChToolsMSChain" />!</para> </section> </section> diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml index 1d663485a4..9016412629 100644 --- a/docbook/wsdg_src/WSDG_chapter_tools.xml +++ b/docbook/wsdg_src/WSDG_chapter_tools.xml @@ -387,7 +387,6 @@ PARTICULAR PURPOSE.]]> <row> <entry> <para>Visual C++ 2005 Express Edition</para> - <para>(recommended)</para> </entry> <entry> <para>Yes</para> @@ -443,7 +442,8 @@ PARTICULAR PURPOSE.]]> </row> <row> <entry> - <para>Visual C++ 2008 Express Edition</para> + <para>Visual C++ 2008 Express Edition SP1</para> + <para>(recommended)</para> </entry> <entry> <para>Yes</para> |