gaim/gaim

Fix looping problem when dictionary installation fails
oldstatus
2005-08-25, Daniel Atallah
739bcc34ca79
Parents 67fcac076567
Children 8ef2f55be671
Fix looping problem when dictionary installation fails
--- a/gaim-installer.nsi Thu Aug 25 04:04:23 2005 -0400
+++ b/gaim-installer.nsi Thu Aug 25 14:14:58 2005 -0400
@@ -1,5 +1,6 @@
; Installer script for win32 Gaim
-; Herman Bloggs <hermanator12002@yahoo.com>
+; Original Author: Herman Bloggs <hermanator12002@yahoo.com>
+; Updated By: Daniel Atallah <daniel_atallah@yahoo.com>
; NOTE: this .NSI script is intended for NSIS 2.08
;
@@ -1857,7 +1858,7 @@
StrCmp $R1 "" 0 installed
; If this is the check after installation, don't infinite loop on failure
- StrCmp $R1 "$TEMP\aspell_installer-$R0.exe" 0 +3
+ StrCmp $R1 "$TEMP\aspell_dict-$R0.exe" 0 +3
StrCpy $R0 $(ASPELL_INSTALL_FAILED)
Goto done