gaim/www

ce3959f0bfcb
Parents 0fff910fc8d5
Children 933e7ceb7c66
Clarify documentation for standalone GTK+ installer
--- a/htdocs/win32/index.php Fri Sep 16 16:49:35 2005 -0400
+++ b/htdocs/win32/index.php Tue Sep 20 18:31:44 2005 -0400
@@ -120,9 +120,10 @@
<h2 id="autoinst">Unattended Installations</h2>
<p>As of 0.73, unattended installations are possible. Simply do the following:</p>
<pre><code>gaim-<?php print $current_win32_version; ?>.exe /L=1033 /S /D=C:\Gaim</code></pre>
-<p>Make sure to leave the <code>/D</code> flag for last. The <code>/L</code> flag sets the language (Windows LCID) used by the uninstaller, as well as Gaim itself. You may omit both the <code>/L</code> and <code>/D</code> flags and use the defaults which are 1033 (English) and <code>C:\Program Files\Gaim</code> respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is <code>C:\Program Files\Common Files\GTK\2.0</code>), then download the latest GTK installer from above, and do the following:</p>
-<pre><code>gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe /L=1033 /S /D=C:\GTK+
+<p>Make sure to leave the <code>/D</code> flag for last. The <code>/L</code> flag sets the language (Windows LCID) used by the uninstaller, as well as Gaim itself. You may omit both the <code>/L</code> and <code>/D</code> flags and use the defaults which are 1033 (English) and <code>C:\Program Files\Gaim</code> respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is <code>C:\Program Files\Common Files\GTK\2.0</code>), then download the latest GTK+ installer from above, and do the following:</p>
+<pre><code>gtk-runtime-<?php print $current_win32_gtk_version; ?>-rev-<?php print $current_win32_gtk_revision; ?>.exe /L=1033 /S /NOUI /D=C:\GTK+
gaim-<?php print $current_win32_version; ?>-no-gtk.exe /L=1033 /S /D=C:\Gaim</code></pre>
+<p>The GTK+ installer has two silent states. One with message boxes <code>/S</code>, and one without <code>/S /NOUI</code>. The reason for this is that the installer was made to run from within the gaim installer where you would expect to see message boxes for errors.</p>
<h2 id="spelling">Gaim Spell Checking</h2>
<h3>Aspell and Aspell dictionary installers</h3>