|
From: <xue...@us...> - 2003-10-05 14:05:49
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv12094
Modified Files:
installer.nsi
Log Message:
Avoid possible problems when uninstalling very large histories.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** installer.nsi 5 Oct 2003 10:01:49 -0000 1.125
--- installer.nsi 5 Oct 2003 14:05:44 -0000 1.126
***************
*** 2615,2622 ****
RMDir /r $INSTDIR\corpus
!
! Delete $INSTDIR\messages\*.*
! RMDir $INSTDIR\messages
!
Delete $INSTDIR\stopwords
Delete $INSTDIR\stopwords.bak
--- 2615,2621 ----
RMDir /r $INSTDIR\corpus
!
! RMDir /r $INSTDIR\messages
!
Delete $INSTDIR\stopwords
Delete $INSTDIR\stopwords.bak
|