Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29710
Modified Files:
Tag: b0_22_2
installer-SecPOPFile-body.nsh installer.nsi
Log Message:
The release notes should be marked as READ-ONLY to prevent them
from being modified while they are being displayed (oops!)
Index: installer-SecPOPFile-body.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/installer-SecPOPFile-body.nsh,v
retrieving revision 1.3.2.20
retrieving revision 1.3.2.21
diff -C2 -d -r1.3.2.20 -r1.3.2.21
*** installer-SecPOPFile-body.nsh 8 Feb 2008 14:48:48 -0000 1.3.2.20
--- installer-SecPOPFile-body.nsh 25 Apr 2008 13:44:14 -0000 1.3.2.21
***************
*** 192,195 ****
--- 192,196 ----
copy_txt_version:
+ SetFileAttributes "$G_ROOTDIR\${C_README}" READONLY
CopyFiles /SILENT /FILESONLY "$PLUGINSDIR\${C_README}.txt" "$G_ROOTDIR\${C_README}.txt"
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.242.4.27
retrieving revision 1.242.4.28
diff -C2 -d -r1.242.4.27 -r1.242.4.28
*** installer.nsi 18 Apr 2008 22:09:02 -0000 1.242.4.27
--- installer.nsi 25 Apr 2008 13:44:14 -0000 1.242.4.28
***************
*** 1034,1037 ****
--- 1034,1038 ----
FileClose ${L_INPUT_FILE_HANDLE}
FileClose ${L_OUTPUT_FILE_HANDLE}
+ SetFileAttributes "$PLUGINSDIR\${C_README}.txt" READONLY
Pop ${L_TEMP}
|