Author: dreimer
Date: Mon Jun 11 00:40:47 2007
New Revision: 27128
URL:
http://svn.reactos.org/svn/reactos?rev=27128&view=rev
Log:
- Fixed Headline of readme.pdf to show "for Windows" instead of "for
Unix"
- Added readme.pdf to Startmenu and end of setup
- Renamed from Version 0.3.6 to Version 0.3.7
- Changed another Phrase to show that RosBE can load the tree itself from now on.
Modified:
trunk/tools/RosBE-Windows/Root/readme.pdf
trunk/tools/RosBE-Windows/RosBE.nsi
trunk/tools/RosBE-Windows/RosSourceDir.nsh
Modified: trunk/tools/RosBE-Windows/Root/readme.pdf
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/readme.pd…
==============================================================================
Binary files - no diff available.
Modified: trunk/tools/RosBE-Windows/RosBE.nsi
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosBE.nsi?rev=…
==============================================================================
--- trunk/tools/RosBE-Windows/RosBE.nsi (original)
+++ trunk/tools/RosBE-Windows/RosBE.nsi Mon Jun 11 00:40:47 2007
@@ -1,5 +1,5 @@
!define PRODUCT_NAME "ReactOS Build Environment for Windows"
-!define PRODUCT_VERSION "0.3.6"
+!define PRODUCT_VERSION "0.3.7"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App
Paths\RosBE.cmd"
!define PRODUCT_UNINST_KEY
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -18,7 +18,7 @@
;;
;; Add version/product information metadata to the installation file.
;;
-VIAddVersionKey /LANG=1033 "FileVersion" "0.0.3.6"
+VIAddVersionKey /LANG=1033 "FileVersion" "0.0.3.7"
VIAddVersionKey /LANG=1033 "ProductVersion" "${PRODUCT_VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey /LANG=1033 "Comments" "This installer was written by Peter
Ward and Daniel Reimer using Nullsoft Scriptable Install System
(
http://nsis.sourceforge.net/)"
@@ -26,7 +26,7 @@
VIAddVersionKey /LANG=1033 "LegalTrademarks" "Copyright © 2007 ReactOS
Team"
VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright © 2007 ReactOS
Team"
VIAddVersionKey /LANG=1033 "FileDescription" "${PRODUCT_NAME} Setup"
-VIProductVersion "0.0.3.6"
+VIProductVersion "0.0.3.7"
CRCCheck force
SetCompressor /FINAL /SOLID lzma
@@ -81,7 +81,7 @@
!insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_TITLE_3LINES
-!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.txt"
+!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.pdf"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!insertmacro MUI_PAGE_FINISH
@@ -117,6 +117,8 @@
SetOutPath $INSTDIR
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Uninstall RosBE.lnk" \
"$INSTDIR\Uninstall-${PRODUCT_VERSION}.exe"
+ CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Readme.lnk" \
+ "$INSTDIR\readme.pdf"
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd
Modified: trunk/tools/RosBE-Windows/RosSourceDir.nsh
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosSourceDir.n…
==============================================================================
--- trunk/tools/RosBE-Windows/RosSourceDir.nsh (original)
+++ trunk/tools/RosBE-Windows/RosSourceDir.nsh Mon Jun 11 00:40:47 2007
@@ -5,7 +5,7 @@
PageExEnd
Function RosDir.show
- !insertmacro MUI_HEADER_TEXT "Select ReactOS Source Location"
"Select the directory where the ReactOS sources are located."
+ !insertmacro MUI_HEADER_TEXT "Select ReactOS Source Location"
"Select the directory where the ReactOS sources are located or will be checked out to
later."
!insertmacro MUI_INSTALLOPTIONS_WRITE "RosSourceDir.ini" "Field
2" "State" "$INSTDIR"
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "RosSourceDir.ini"
FunctionEnd