; Install Section\r
;--------------------------------------------------------------------\r
!insertmacro MUI_PAGE_WELCOME\r
- !insertmacro MUI_PAGE_LICENSE "${ROOT}COPYRIGHT.txt"\r
+ !insertmacro MUI_PAGE_LICENSE "${ROOT}WinBoard\doc\COPYRIGHTS.txt"\r
!insertmacro MUI_PAGE_COMPONENTS\r
Page custom FileAssoc\r
!insertmacro MUI_PAGE_DIRECTORY\r
\r
SectionIn 1 RO\r
\r
- SetOutPath "$INSTDIR"\r
- File "${ROOT}README.html"\r
\r
SetOutPath "$INSTDIR\WinBoard\doc"\r
File "${ROOT}WinBoard\doc\fonts.html"\r
File "${ROOT}WinBoard\doc\mini.gif"\r
File "${ROOT}WinBoard\doc\PG2fruit.png"\r
File "${ROOT}WinBoard\doc\zippy.README"\r
+ File "${ROOT}WinBoard\doc\README.html"\r
+ File "${ROOT}WinBoard\doc\COPYRIGHTS.txt"\r
+ File "${ROOT}WinBoard\doc\COPYRIGHT.txt"\r
+ File "${ROOT}WinBoard\doc\COPYING.txt"\r
\r
; logo bitmaps for ICS and users\r
SetOutPath "$INSTDIR\WinBoard\logos"\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Game Viewer.lnk" "$INSTDIR\WinBoard\winboard.exe" "@viewer" "$INSTDIR\WinBoard\winboard.exe" 1\r
;CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard Help.lnk" "$INSTDIR\WinBoard\winboard.hlp"\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Frequently Asked Questions.lnk" "$INSTDIR\WinBoard\doc\FAQ.html"\r
- CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard README.lnk" "$INSTDIR\README.html"\r
+ CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard Gold Pack README.lnk" "$INSTDIR\WinBoard\doc\README.html"\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard UnInstall.lnk" "$INSTDIR\UnInstall.exe"\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard Files.lnk" "$INSTDIR\WinBoard"\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Chess Server - chessclub.com.lnk" "$INSTDIR\WinBoard\winboard.exe" "@ICC" "$INSTDIR\WinBoard\winboard.exe" 0\r
\r
SectionEnd\r
\r
-SectionGroup /e "Auxilliary Components and Engines" Profiles\r
+SectionGroup /e "Auxiliary Components and Engines" Profiles\r
\r
Section "Fairy-Max Demo Engine" fmax\r
SectionIn 1 RO\r
\r
; also create a menu item to play Xiangqi with MaxQi. It is put with the Chess Engines becase it uses western-style board\r
SetOutPath $INSTDIR\WinBoard\r
- !insertmacro MUI_STARTMENU_WRITE_BEGIN Application\r
CreateDirectory "$SMPROGRAMS\$START_MENU_FOLDER\Chess Engines"\r
+ !insertmacro MUI_STARTMENU_WRITE_BEGIN Application\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Chess Engines\Fairy-Max.lnk" "$INSTDIR\WinBoard\winboard.exe" "@fairy" "$INSTDIR\Fairy-Max\fmax.exe" 0\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Chess Engines\MaxQi (XQ).lnk" "$INSTDIR\WinBoard\winboard.exe" "@fairy -fcp MaxQi -scp MaxQi -variant xiangqi" "$INSTDIR\Fairy-Max\MaxQi.exe" 0\r
!insertmacro MUI_STARTMENU_WRITE_END\r
SubSection "Xiangqi" Xiangqi\r
\r
Section "Graphics (required!)" XQgraphics\r
- ; the large bitmp of the wooden XQ board is optional, as is the XQ opening book\r
- SetOutPath "$INSTDIR\WinBoard"\r
- File "${ROOT}Winboard\xq.ini"\r
- File "${ROOT}Winboard\xq_book.bin"\r
- File "${ROOT}Winboard\UCCI2WB.exe"\r
- File "${ROOT}Winboard\QH2WB.exe"\r
-\r
+ ; the large bitmap of the wooden XQ board is optional, as is the XQ opening book\r
SetOutPath "$INSTDIR\WinBoard\textures"\r
File "${ROOT}WinBoard\textures\xqwood.bmp"\r
\r
!insertmacro InstallTTF '${FNTDIR}XIANGQI.TTF'\r
SendMessage ${HWND_BROADCAST} ${WM_FONTCHANGE} 0 0 /TIMEOUT=5000\r
\r
- !insertmacro MUI_STARTMENU_WRITE_BEGIN Application\r
+ SetOutPath "$INSTDIR\WinBoard"\r
+ File "${ROOT}Winboard\xq.ini"\r
+ File "${ROOT}Winboard\xq_book.bin"\r
+ File "${ROOT}Winboard\UCCI2WB.exe"\r
+ File "${ROOT}Winboard\QH2WB.exe"\r
+\r
CreateDirectory "$SMPROGRAMS\$START_MENU_FOLDER\Xiangqi Engines"\r
+ !insertmacro MUI_STARTMENU_WRITE_BEGIN Application\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard\Xiangqi.lnk" "$INSTDIR\WinBoard\winboard.exe" "@xq" "$INSTDIR\WinBoard\UCCI2WB.exe" 0\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Xiangqi Engines\MaxQi.lnk" "$INSTDIR\WinBoard\winboard.exe" "@fairy @xq -fcp MaxQi -scp MaxQi" "$INSTDIR\Fairy-Max\MaxQi.exe" 0\r
CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\WinBoard XQ Startup (oriental).lnk" "$INSTDIR\WinBoard\winboard.exe" "@xq" "$INSTDIR\WinBoard\winboard.exe" 2\r
\r
Section "Uninstall"\r
\r
- Delete "$INSTDIR\COPYING.txt"\r
- Delete "$INSTDIR\COPYRIGHT.txt"\r
- Delete "$INSTDIR\README.html"\r
Delete "$INSTDIR\WinBoard\PG\fruit.ini"\r
Delete "$INSTDIR\WinBoard\logos\chessclub.com.bmp"\r
Delete "$INSTDIR\WinBoard\logos\freechess.org.bmp"\r
Delete "$INSTDIR\WinBoard\doc\mini.gif"\r
Delete "$INSTDIR\WinBoard\doc\PG2fruit.png"\r
Delete "$INSTDIR\WinBoard\doc\zippy.README"\r
+ Delete "$INSTDIR\WinBoard\doc\COPYING.txt"\r
+ Delete "$INSTDIR\WinBoard\doc\COPYRIGHT.txt"\r
+ Delete "$INSTDIR\WinBoard\doc\COPYRIGHTS.txt"\r
+ Delete "$INSTDIR\WinBoard\doc\README.html"\r
;Delete "$FONTS\ChessMark.ttf"\r
Delete "$INSTDIR\WinBoard\polyglot.exe"\r
Delete "$INSTDIR\WinBoard\UCCI2WB.exe"\r