Skip to Content.
Sympa Menu

notify-dpml - r1819 - 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: r1819 - trunk/main/etc/nsi
  • Date: Fri, 9 Feb 2007 00:32:11 +0100

Author: mcconnell
Date: 2007-02-09 00:32:10 +0100 (Fri, 09 Feb 2007)
New Revision: 1819

Modified:
trunk/main/etc/nsi/dpml.nsi
Log:
SDK 2.X initial commit.

Modified: trunk/main/etc/nsi/dpml.nsi
===================================================================
--- trunk/main/etc/nsi/dpml.nsi 2007-02-08 23:31:25 UTC (rev 1818)
+++ trunk/main/etc/nsi/dpml.nsi 2007-02-08 23:32:10 UTC (rev 1819)
@@ -83,7 +83,7 @@
LangString DESC_SecData ${LANG_ENGLISH} "Installs Local data"
LangString DESC_SecPrefs ${LANG_ENGLISH} "Installs Default Preferences"
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_SecPlatform ${LANG_ENGLISH} "Installs 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"

@@ -131,16 +131,19 @@
SectionIn RO
SetOutPath $INSTDIR\share\bin
File ..\bundle\share\bin\security.policy
- File ..\bundle\share\bin\transit.exe
- File ..\bundle\share\bin\transit.lap
- File ..\bundle\share\bin\depot.exe
- File ..\bundle\share\bin\depot.lap
+ ;File ..\bundle\share\bin\transit.exe
+ ;File ..\bundle\share\bin\transit.lap
+; File ..\bundle\share\bin\depot.exe
+; File ..\bundle\share\bin\depot.lap
File ..\bundle\share\bin\build.exe
File ..\bundle\share\bin\build.lap
+ File ..\bundle\share\bin\build.policy
File ..\bundle\share\bin\metro.exe
File ..\bundle\share\bin\metro.lap
+ File ..\bundle\share\bin\metro.policy
File ..\bundle\share\bin\station.exe
File ..\bundle\share\bin\station.lap
+ File ..\bundle\share\bin\station.policy
SetOutPath $INSTDIR\share\bin\scm
File /r ..\bundle\share\bin\scm\*
SetOutPath $INSTDIR\share\lib
@@ -182,6 +185,6 @@

Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk"
RMDir /r "$SMPROGRAMS\$MUI_TEMP"
- RMDir /r $INSTDIR
+; RMDir /r $INSTDIR

SectionEnd




  • r1819 - trunk/main/etc/nsi, mcconnell at BerliOS, 02/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page