From: Brian S. <xue...@us...> - 2007-11-10 13:32:09
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9174 Modified Files: Tag: b0_22_2 installer-SecPOPFile-func.nsh Log Message: Add some more detail to the log. Index: installer-SecPOPFile-func.nsh =================================================================== RCS file: /cvsroot/popfile/windows/installer-SecPOPFile-func.nsh,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -C2 -d -r1.1.2.9 -r1.1.2.10 *** installer-SecPOPFile-func.nsh 20 Oct 2007 13:02:07 -0000 1.1.2.9 --- installer-SecPOPFile-func.nsh 10 Nov 2007 13:32:12 -0000 1.1.2.10 *************** *** 324,328 **** ReadRegStr $G_ROOTDIR HKLM "Software\POPFile Project\${C_PFI_PRODUCT}\MRI" "UAC_RootDir" StrCmp $G_ROOTDIR "" try_other_entries ! MessageBox MB_OK|MB_ICONINFORMATION "Good News: UAC_RootDir now defined" Goto check_folder_exists --- 324,328 ---- ReadRegStr $G_ROOTDIR HKLM "Software\POPFile Project\${C_PFI_PRODUCT}\MRI" "UAC_RootDir" StrCmp $G_ROOTDIR "" try_other_entries ! MessageBox MB_OK|MB_ICONINFORMATION "Good News: UAC_RootDir now defined ($G_ROOTDIR)" Goto check_folder_exists |