Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-04-24 15:30:17 +0400
committerEion Robb <eion@robbmob.com>2008-04-24 15:30:17 +0400
commitfd482fa1890012f9fdd3af25e8b3fd2daddddc64 (patch)
treec4b886f131cd14a6630ede2e08e872a951d67b8f /skype4pidgin.nsi
parent37f8a4a3347581dcd5a0f482b258fd70f9c86477 (diff)
Removed quit-on-error
Diffstat (limited to 'skype4pidgin.nsi')
-rwxr-xr-xskype4pidgin.nsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/skype4pidgin.nsi b/skype4pidgin.nsi
index 6c0ef63..3d118fe 100755
--- a/skype4pidgin.nsi
+++ b/skype4pidgin.nsi
@@ -104,9 +104,9 @@ Function GetPidginInstPath
IfFileExists "$0\pidgin.exe" cont
ReadRegStr $0 HKCU "Software\pidgin" ""
IfFileExists "$0\pidgin.exe" cont
- MessageBox MB_OK|MB_ICONINFORMATION "Failed to find Pidgin installation."
+ MessageBox MB_OK|MB_ICONINFORMATION "Failed to find Pidgin installation."
Abort "Failed to find Pidgin installation. Please install Pidgin first."
-cont:
+ cont:
StrCpy $PidginDir $0
FunctionEnd
@@ -122,9 +122,9 @@ Function UnInstOld
ClearErrors
;ExecWait '"$0" _?=$INSTDIR'
ExecWait '"$0" _?="$PROGRAMFILES\skype4pidgin"'
- IfErrors 0 cont
- MessageBox MB_OK|MB_ICONEXCLAMATION "Uninstall failed or aborted"
- Abort "Uninstalling of the previous version gave an error. Install aborted."
+ ;IfErrors 0 cont
+ ; MessageBox MB_OK|MB_ICONEXCLAMATION "Uninstall failed or aborted"
+ ; Abort "Uninstalling of the previous version gave an error. Install aborted."
cont: