|
From: <xue...@us...> - 2003-08-02 17:23:20
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv17910
Modified Files:
installer.nsi
Log Message:
Do not preserve the POP3 server string when upgrading [see Bug 774315]
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** installer.nsi 1 Aug 2003 00:35:48 -0000 1.97
--- installer.nsi 2 Aug 2003 17:23:17 -0000 1.98
***************
*** 1020,1023 ****
--- 1020,1028 ----
StrCpy ${L_CMPRE} ${L_LNE} 8
StrCmp ${L_CMPRE} "ui_port " got_ui_port
+
+ ; Remove old POP3 server string to ensure the new installation identifies itself properly
+
+ StrCpy ${L_CMPRE} ${L_LNE} 20
+ StrCmp ${L_CMPRE} "pop3_welcome_string " loop
StrCmp ${L_STRIPLANG} "" transfer
|