Added the Acrobat PDF and MSWord versions of the proposed common OoliteReadMe in the documentation. Modified Windows installer script to create shortcut for the PDF instead of the txt version of the OoliteReadMe and to create a shortcut for Advice for New Commanders in the Start menu Oolite group.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2302 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Nikos Barkas 2009-08-23 13:45:33 +00:00
parent bb9c6f3039
commit e878f37f69
4 changed files with 9 additions and 3 deletions

BIN
Doc/OoliteReadMe.doc Normal file

Binary file not shown.

BIN
Doc/OoliteReadMe.pdf Normal file

Binary file not shown.

View File

@ -132,6 +132,7 @@ File "Oolite.ico"
File "Oolite_Readme.txt"
File "OoliteRS.pdf"
File "..\..\Doc\AdviceForNewCommanders.pdf"
File "..\..\Doc\OoliteReadMe.pdf"
File /r /x .svn /x *~ "${DST}"
WriteUninstaller "$INSTDIR\UninstOolite.exe"
@ -145,8 +146,9 @@ WriteRegStr HKLM Software\Microsoft\Windows\CurrentVersion\Uninstall\Oolite Unin
SetOutPath $INSTDIR\oolite.app
CreateDirectory "$SMPROGRAMS\Oolite"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite.lnk" "$INSTDIR\oolite.app\oolite.exe" "" "$INSTDIR\Oolite.ico"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite ReadMe.lnk" "$INSTDIR\Oolite_Readme.txt"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite ReadMe.lnk" "$INSTDIR\OoliteReadMe.pdf"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite Reference Sheet.lnk" "$INSTDIR\OoliteRS.pdf"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite - Advice for New Commanders.lnk" "$INSTDIR\AdviceForNewCommanders.pdf"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite Website.lnk" "http://oolite.org/"
CreateShortCut "$SMPROGRAMS\Oolite\Oolite Uninstall.lnk" "$INSTDIR\UninstOolite.exe"

View File

@ -4,8 +4,9 @@ How to run Oolite
-----------------
A folder has been created in Start -> Program Files called Oolite. This
folder has icons for running the game, the reference sheet, this file,
and an uninstall program.
folder has icons for running the game, the reference sheet, the Advice
for New Commanders guide, the link to the official Oolite website,a more
detailed ReadMe document in PDF format and an uninstall program.
To run the game, choose the Oolite icon in the Oolite folder.
@ -87,6 +88,9 @@ Tips
* Read the installed "Oolite reference sheet" PDF for the controls
* More detailed information about the game can be found inside the Acrobat
PDF OoliteReadMe file, already installed in your root Oolite folder
* Use Shift+Escape to quit the game
* Read the tutorial before you begin! ( http://oolite.aegidian.org/tutorial )