comparison gaim-installer.nsi @ 6973:969474e79e98

[gaim-migrate @ 7525] Uninstaller updated with nss and perl committer: Tailor Script <tailor@pidgin.im>
author uid99490
date Thu, 25 Sep 2003 20:22:55 +0000
parents 54deff9eec41
children 471c2850ca51
comparison
equal deleted inserted replaced
6972:d77fda2cde85 6973:969474e79e98
512 ; Remove Language preference info 512 ; Remove Language preference info
513 DeleteRegKey ${MUI_LANGDLL_REGISTRY_ROOT} ${MUI_LANGDLL_REGISTRY_KEY} 513 DeleteRegKey ${MUI_LANGDLL_REGISTRY_ROOT} ${MUI_LANGDLL_REGISTRY_KEY}
514 514
515 RMDir /r "$INSTDIR\locale" 515 RMDir /r "$INSTDIR\locale"
516 RMDir /r "$INSTDIR\pixmaps" 516 RMDir /r "$INSTDIR\pixmaps"
517 RMDir /r "$INSTDIR\perlmod"
517 Delete "$INSTDIR\plugins\autorecon.dll" 518 Delete "$INSTDIR\plugins\autorecon.dll"
518 Delete "$INSTDIR\plugins\history.dll" 519 Delete "$INSTDIR\plugins\history.dll"
519 Delete "$INSTDIR\plugins\iconaway.dll" 520 Delete "$INSTDIR\plugins\iconaway.dll"
520 Delete "$INSTDIR\plugins\idle.dll" 521 Delete "$INSTDIR\plugins\idle.dll"
521 Delete "$INSTDIR\plugins\docklet.dll" 522 Delete "$INSTDIR\plugins\docklet.dll"
541 Delete "$INSTDIR\sounds\gaim\send.wav" 542 Delete "$INSTDIR\sounds\gaim\send.wav"
542 RMDir "$INSTDIR\sounds\gaim" 543 RMDir "$INSTDIR\sounds\gaim"
543 RMDir "$INSTDIR\sounds" 544 RMDir "$INSTDIR\sounds"
544 Delete "$INSTDIR\gaim.dll" 545 Delete "$INSTDIR\gaim.dll"
545 Delete "$INSTDIR\gaim.exe" 546 Delete "$INSTDIR\gaim.exe"
546 Delete "$INSTDIR\${GAIM_UNINST_EXE}"
547 Delete "$INSTDIR\idletrack.dll" 547 Delete "$INSTDIR\idletrack.dll"
548 Delete "$INSTDIR\libgtkspell.dll" 548 Delete "$INSTDIR\libgtkspell.dll"
549 Delete "$INSTDIR\perl56.dll" 549 Delete "$INSTDIR\nspr4.dll"
550 ;Remove possible GTK+ files and folders.. 550 Delete "$INSTDIR\nss3.dll"
551 RMDir \r "$INSTDIR\lib" 551 Delete "$INSTDIR\nssckbi.dll"
552 RMDir \r "$INSTDIR\share" 552 Delete "$INSTDIR\plc4.dll"
553 RMDir \r "$INSTDIR\locale" 553 Delete "$INSTDIR\plds4.dll"
554 RMDir \r "$INSTDIR\bin" 554 Delete "$INSTDIR\softokn3.dll"
555 Delete "$INSTDIR\*.dll" 555 Delete "$INSTDIR\ssl3.dll"
556 Delete "$INSTDIR\${GAIM_UNINST_EXE}"
557 !ifdef DEBUG
558 Delete "$INSTDIR\exchndl.dll"
559 !endif
560
556 ;Try to remove Gaim install dir .. if empty 561 ;Try to remove Gaim install dir .. if empty
557 RMDir "$INSTDIR" 562 RMDir "$INSTDIR"
558 563
559 ; Shortcuts.. 564 ; Shortcuts..
560 RMDir /r "$SMPROGRAMS\Gaim" 565 RMDir /r "$SMPROGRAMS\Gaim"