Update of /cvsroot/com0com/com0com/NSIS
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7521
Modified Files:
install.nsi
Log Message:
Added license page
Index: install.nsi
===================================================================
RCS file: /cvsroot/com0com/com0com/NSIS/install.nsi,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** install.nsi 23 Nov 2007 08:23:29 -0000 1.11
--- install.nsi 30 Nov 2007 09:53:37 -0000 1.12
***************
*** 20,23 ****
--- 20,26 ----
*
* $Log$
+ * Revision 1.12 2007/11/30 09:53:37 vfrolov
+ * Added license page
+ *
* Revision 1.11 2007/11/23 08:23:29 vfrolov
* Added popup for uncompatible CPU
***************
*** 185,188 ****
--- 188,192 ----
!insertmacro MUI_PAGE_WELCOME
+ !insertmacro MUI_PAGE_LICENSE "..\license.txt"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
|