[gaim-migrate @ 4180]

Tue, 19 Nov 2002 20:44:44 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Tue, 19 Nov 2002 20:44:44 +0000
changeset 3989
f9af1c7bbb0b
parent 3988
10ac751125da
child 3990
cc77ecd2218a

[gaim-migrate @ 4180]
Gaim installer dosn't install Aspell silently anymore.
The Aspell installer now asks the user for the Aspell install path. This is
a fix for the problem people were experiencing on systems that didn't have
a C: drive.

gaim-installer.nsi file | annotate | diff | comparison | revisions
--- a/gaim-installer.nsi	Tue Nov 19 20:11:48 2002 +0000
+++ b/gaim-installer.nsi	Tue Nov 19 20:44:44 2002 +0000
@@ -37,7 +37,9 @@
   ; Install Aspell
   SetOutPath "$INSTDIR"
   File ..\win32-dev\aspell-15\bin\aspell-0.50.2.exe
-  ExecWait '"$INSTDIR\aspell-0.50.2.exe" /S' $R0
+  ; Don't do this silently (i.e /S switch).. because some people wish to specify
+  ; the location of the Aspell install directory. (
+  ExecWait '"$INSTDIR\aspell-0.50.2.exe"' $R0
   ; cleanup aspell installer file
   Delete "$INSTDIR\aspell-0.50.2.exe"
   ; Check if aspell installer completed ok

mercurial