comparison gaim-installer.nsi @ 9960:faf9ccf3e0d5

[gaim-migrate @ 10868] and again committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 07 Sep 2004 02:36:09 +0000
parents a448265e09d8
children b28f9be379b3
comparison
equal deleted inserted replaced
9959:b6a74cbfd182 9960:faf9ccf3e0d5
793 Call GetParent 793 Call GetParent
794 Pop $0 794 Pop $0
795 StrLen $2 $0 795 StrLen $2 $0
796 ; IfFileExists "C:" on xp returns true and on win2k returns false 796 ; IfFileExists "C:" on xp returns true and on win2k returns false
797 ; So we're done in such a case.. 797 ; So we're done in such a case..
798 StrCmp $2 "2" loop_done 798 IntCmp $2 2 loop_done
799 ; GetParent of "C:" returns ""
800 IntCmp $2 0 loop_done
799 Goto Loop 801 Goto Loop
800 802
801 loop_done: 803 loop_done:
802 StrCpy $1 "$0\GaImFooB" 804 StrCpy $1 "$0\GaImFooB"
803 ; Check if we can create dir on this drive.. 805 ; Check if we can create dir on this drive..