|
From: <xue...@us...> - 2003-07-13 13:04:27
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv21463
Modified Files:
installer.nsi
Log Message:
Stopped the 'upgrade' uninstall from removing the history.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** installer.nsi 12 Jul 2003 23:23:20 -0000 1.87
--- installer.nsi 13 Jul 2003 13:04:18 -0000 1.88
***************
*** 1992,1997 ****
--- 1992,2000 ----
Delete $INSTDIR\stopwords.bak
Delete $INSTDIR\stopwords.default
+
+ StrCmp ${L_UPGRADE} "yes" remove_perl
!insertmacro SafeRecursiveRMDir "$INSTDIR\messages"
+ remove_perl:
SetDetailsPrint textonly
DetailPrint "$(un.PFI_LANG_PROGRESS_6)"
|