Start menu link to modern UI readme

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@838 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-30 11:40:41 +00:00
parent 9448dcccfe
commit 9266b4e712

View file

@ -83,6 +83,10 @@ Section "NSIS Examples (recommended)" SecExample
File "..\Examples\Modern UI\Example.nsi"
File "..\Examples\Modern UI\MultiLanguage.nsi"
File "..\Examples\Modern UI\ModernUI.nsh"
IfFileExists $SMPROGRAMS\NSIS 0 NoShortCuts
CreateDirectory $SMPROGRAMS\NSIS\Contrib
CreateShortCut "$SMPROGRAMS\NSIS\Contrib\Modern UI Readme.lnk" "$INSTDIR\Examples\Modern UI\Readme.html"
NoShortCuts:
SectionEnd
Section "NSI Development Shell Extensions" SecExtention