Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv32518
Modified Files:
installer.nsi
Log Message:
Fix the bug that could stop the uninstaller restoring Outlook Express data.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** installer.nsi 14 Jun 2003 19:39:20 -0000 1.64
--- installer.nsi 14 Jun 2003 21:37:02 -0000 1.65
***************
*** 1105,1109 ****
Function StartPOPFilePage
! !insertmacro MUI_HEADER_TEXT "POPFile is now ready for use" \
"The POPFile User Interface only works if POPFile has been started"
--- 1105,1109 ----
Function StartPOPFilePage
! !insertmacro MUI_HEADER_TEXT "POPFile can now be started" \
"The POPFile User Interface only works if POPFile has been started"
***************
*** 1583,1586 ****
--- 1583,1587 ----
; it there are any. All are assumed to be in HKCU
+ ClearErrors
FileOpen ${CFG} $INSTDIR\popfile.reg r
IfErrors skip_registry_restore
|