Mercurial > pidgin
changeset 3989:85980320d468
[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 <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Tue, 19 Nov 2002 20:44:44 +0000 |
parents | f406b46dce0d |
children | e0b71904c2fb |
files | gaim-installer.nsi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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