[UPDATE] Remove outdated user manual from release package.

This commit is contained in:
Don Ho 2015-05-08 19:39:51 +02:00
parent 72c8f0b4ae
commit c033d58cb8
3 changed files with 11 additions and 25 deletions

View File

@ -13,9 +13,9 @@ The company I worked for used JEXT (another open source code editor in Java) as
How to install: How to install:
*************** ***************
From the installer : From the installer:
Just follow the install wizard. Just follow the install wizard.
From the zip : From the zip/7z package:
just unzip all the files into a directory you want then launch it. just unzip all the files into a directory you want then launch it.
@ -23,13 +23,13 @@ Web sites:
*********** ***********
Notepad++ official site: Notepad++ official site:
http://notepad-plus-plus.org/ https://notepad-plus-plus.org/
Notepad++ project site: Notepad++ project site:
http://sourceforge.net/projects/notepad-plus/ https://github.com/donho/notepad-plus-plus/
Notepad++ wiki: Notepad++ wiki:
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Main_Page http://docs.notepad-plus-plus.org/
Notepad++ support: Notepad++ support:
http://sourceforge.net/projects/notepad-plus/forums http://sourceforge.net/projects/notepad-plus/forums
@ -39,4 +39,4 @@ Author:
******* *******
Don Ho <don.h@free.fr> Don Ho <don.h@free.fr>
http://notepad-plus-plus.org/contributors/author.html https://notepad-plus-plus.org/contributors/author.html

View File

@ -179,7 +179,7 @@ FunctionEnd
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "..\license.txt" !insertmacro MUI_PAGE_LICENSE "..\..\LICENSE"
!insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_COMPONENTS
page Custom ExtraOptions page Custom ExtraOptions
@ -492,7 +492,7 @@ Section -"Notepad++" mainSection
; Set Section Files and Shortcuts ; Set Section Files and Shortcuts
SetOverwrite on SetOverwrite on
File "..\license.txt" File "..\..\LICENSE"
File "..\bin\SciLexer.dll" File "..\bin\SciLexer.dll"
File "..\bin\change.log" File "..\bin\change.log"
File "..\bin\notepad++.exe" File "..\bin\notepad++.exe"
@ -1218,6 +1218,7 @@ ${MementoSection} "Auto-Updater" AutoUpdater
File "..\bin\updater\readme.txt" File "..\bin\updater\readme.txt"
${MementoSectionEnd} ${MementoSectionEnd}
/*
${MementoSection} "User Manual" UserManual ${MementoSection} "User Manual" UserManual
SetOverwrite on SetOverwrite on
IfFileExists "$INSTDIR\NppHelp.chm" 0 +2 IfFileExists "$INSTDIR\NppHelp.chm" 0 +2
@ -1225,17 +1226,6 @@ ${MementoSection} "User Manual" UserManual
SetOutPath "$INSTDIR\user.manual" SetOutPath "$INSTDIR\user.manual"
File /r "..\bin\user.manual\" File /r "..\bin\user.manual\"
${MementoSectionEnd} ${MementoSectionEnd}
/*
Section /o "Create Shortcut on Desktop"
SectionEnd
Section /o "Use the old application icon" getOldIcon
SectionEnd
*/ */
${MementoSectionDone} ${MementoSectionDone}
@ -1254,7 +1244,7 @@ ${MementoSectionDone}
!insertmacro MUI_DESCRIPTION_TEXT ${Themes} 'The eye-candy to change visual effects. Use Theme selector to switch among them.' !insertmacro MUI_DESCRIPTION_TEXT ${Themes} 'The eye-candy to change visual effects. Use Theme selector to switch among them.'
!insertmacro MUI_DESCRIPTION_TEXT ${htmlViewer} 'Open the html file in Notepad++ while you choose <view source> from IE.' !insertmacro MUI_DESCRIPTION_TEXT ${htmlViewer} 'Open the html file in Notepad++ while you choose <view source> from IE.'
!insertmacro MUI_DESCRIPTION_TEXT ${AutoUpdater} 'Keep your Notepad++ update: Check this option to install an update module which searches Notepad++ update on Internet and install it for you.' !insertmacro MUI_DESCRIPTION_TEXT ${AutoUpdater} 'Keep your Notepad++ update: Check this option to install an update module which searches Notepad++ update on Internet and install it for you.'
!insertmacro MUI_DESCRIPTION_TEXT ${UserManual} 'Here you can get all the secrets of Notepad++.' ;!insertmacro MUI_DESCRIPTION_TEXT ${UserManual} 'Here you can get all the secrets of Notepad++.'
;!insertmacro MUI_DESCRIPTION_TEXT ${shortcutOnDesktop} 'Check this option to add Notepad++ shortcut on your desktop.' ;!insertmacro MUI_DESCRIPTION_TEXT ${shortcutOnDesktop} 'Check this option to add Notepad++ shortcut on your desktop.'
;!insertmacro MUI_DESCRIPTION_TEXT ${getOldIcon} "I won't blame you if you want to get the old icon back." ;!insertmacro MUI_DESCRIPTION_TEXT ${getOldIcon} "I won't blame you if you want to get the old icon back."
!insertmacro MUI_FUNCTION_DESCRIPTION_END !insertmacro MUI_FUNCTION_DESCRIPTION_END
@ -1941,7 +1931,7 @@ Section Uninstall
Delete "$INSTDIR\LINEDRAW.TTF" Delete "$INSTDIR\LINEDRAW.TTF"
Delete "$INSTDIR\SciLexer.dll" Delete "$INSTDIR\SciLexer.dll"
Delete "$INSTDIR\change.log" Delete "$INSTDIR\change.log"
Delete "$INSTDIR\license.txt" Delete "$INSTDIR\LICENSE"
Delete "$INSTDIR\notepad++.exe" Delete "$INSTDIR\notepad++.exe"
Delete "$INSTDIR\readme.txt" Delete "$INSTDIR\readme.txt"

View File

@ -122,10 +122,6 @@ If ErrorLevel 1 PAUSE
copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\updater\ copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\updater\
If ErrorLevel 1 PAUSE If ErrorLevel 1 PAUSE
rem document
xcopy /Y /S ..\bin\user.manual\*.* .\zipped.package.release\user.manual\
If ErrorLevel 1 PAUSE
rem localizations rem localizations
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\localization\ copy /Y ".\nativeLang\*.xml" .\zipped.package.release\localization\