mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Point to index_d.html
SVN revision: 2001
This commit is contained in:
parent
59158852ba
commit
bd7ff5eeba
4
elog.nsi
4
elog.nsi
@ -150,7 +150,7 @@ Section "Start Menu Shortcuts" SecStart
|
|||||||
Delete "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).lnk"
|
Delete "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).lnk"
|
||||||
WriteINIStr "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).url" \
|
WriteINIStr "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).url" \
|
||||||
"InternetShortcut" "URL" "http://localhost:8080/demo/"
|
"InternetShortcut" "URL" "http://localhost:8080/demo/"
|
||||||
CreateShortCut "$SMPROGRAMS\ELOG\ELOG Documentation.lnk" "$INSTDIR\doc\index.html"
|
CreateShortCut "$SMPROGRAMS\ELOG\ELOG Documentation.lnk" "$INSTDIR\doc\index_d.html"
|
||||||
CreateShortCut "$SMPROGRAMS\ELOG\Uninstall ELOG.lnk" "$INSTDIR\uninst_elog.exe" "" "$INSTDIR\uninst_elog.exe" 0
|
CreateShortCut "$SMPROGRAMS\ELOG\Uninstall ELOG.lnk" "$INSTDIR\uninst_elog.exe" "" "$INSTDIR\uninst_elog.exe" 0
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ Function .onInstSuccess
|
|||||||
MessageBox MB_YESNO|MB_ICONQUESTION \
|
MessageBox MB_YESNO|MB_ICONQUESTION \
|
||||||
"Setup has completed. View readme file now?" \
|
"Setup has completed. View readme file now?" \
|
||||||
IDNO NoReadme
|
IDNO NoReadme
|
||||||
ExecShell open '$INSTDIR\doc\index.html'
|
ExecShell open '$INSTDIR\doc\index_d.html'
|
||||||
NoReadme:
|
NoReadme:
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user