# HG changeset patch # User Herman Bloggs # Date 1037738684 0 # Node ID 85980320d4685a8b45ca7ce3e641117dd20c83fd # Parent f406b46dce0dad7ef751bf2d17c78454349c74fc [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. committer: Tailor Script diff -r f406b46dce0d -r 85980320d468 gaim-installer.nsi --- 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