Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16686
Modified Files:
Tag: b0_22_2
installer-SecPOPFile-body.nsh
Log Message:
Add some extra logging information.
Index: installer-SecPOPFile-body.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/installer-SecPOPFile-body.nsh,v
retrieving revision 1.3.2.10
retrieving revision 1.3.2.11
diff -C2 -d -r1.3.2.10 -r1.3.2.11
*** installer-SecPOPFile-body.nsh 14 Oct 2007 17:20:33 -0000 1.3.2.10
--- installer-SecPOPFile-body.nsh 18 Oct 2007 01:37:38 -0000 1.3.2.11
***************
*** 129,132 ****
--- 129,134 ----
; If we are installing over a previous version, ensure that version is not running
+ DetailPrint "Use UAC plugin to call 'MakeRootDirSafe' function"
+
GetFunctionAddress ${L_TEMP} MakeRootDirSafe
UAC::ExecCodeSegment ${L_TEMP}
|