Skip to Content.
Sympa Menu

notify-dpml - r1588 - trunk/main/etc/nsi

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1588 - trunk/main/etc/nsi
  • Date: Mon, 17 Jul 2006 18:25:31 +0200

Author: mcconnell
Date: 2006-07-17 18:25:31 +0200 (Mon, 17 Jul 2006)
New Revision: 1588

Modified:
trunk/main/etc/nsi/dpml.nsi
Log:
remove docs from binary installer

Modified: trunk/main/etc/nsi/dpml.nsi
===================================================================
--- trunk/main/etc/nsi/dpml.nsi 2006-07-17 16:09:13 UTC (rev 1587)
+++ trunk/main/etc/nsi/dpml.nsi 2006-07-17 16:25:31 UTC (rev 1588)
@@ -85,7 +85,7 @@
LangString DESC_SecShare ${LANG_ENGLISH} "Installs Shared Libraries"
LangString DESC_SecPlatform ${LANG_ENGLISH} "Installs Transit Resource
Management, Depot Build Management, Metro Runtime and the Station Application
Controller"
LangString DESC_SecStation ${LANG_ENGLISH} "Installs Station SCM"
- LangString DESC_SecDoc ${LANG_ENGLISH} "Installs Platform and API
Documentation"
+; LangString DESC_SecDoc ${LANG_ENGLISH} "Installs Platform and API
Documentation"

;--------------------------------
;Installer Sections
@@ -149,14 +149,14 @@
File /r ..\bundle\share\local\*
SectionEND

-Section "docs" SecDoc
- SetOutPath $INSTDIR\share\docs
- File /r ..\bundle\share\docs\*
- !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
- CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\DPML Home (local).lnk"
"$INSTDIR\share\docs\index.html"
- CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\DPML Platform API.lnk"
"$INSTDIR\share\docs\api\dpml\@PROJECT-VERSION@\index.html"
- !insertmacro MUI_STARTMENU_WRITE_END
-SectionEND
+;Section "docs" SecDoc
+; SetOutPath $INSTDIR\share\docs
+; File /r ..\bundle\share\docs\*
+; !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
+; CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\DPML Home (local).lnk"
"$INSTDIR\share\docs\index.html"
+; CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\DPML Platform API.lnk"
"$INSTDIR\share\docs\api\dpml\@PROJECT-VERSION@\index.html"
+; !insertmacro MUI_STARTMENU_WRITE_END
+;SectionEND

Section "station scm" SecStation
Exec "$INSTDIR\share\bin\scm\wrapper.exe -i
$INSTDIR\share\bin\scm\conf\wrapper.conf"




  • r1588 - trunk/main/etc/nsi, mcconnell at BerliOS, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page