Skip to Content.
Sympa Menu

notify-dpml - r2045 - trunk/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: r2045 - trunk/etc/nsi
  • Date: Tue, 18 Sep 2007 14:24:06 +0200

Author: mcconnell
Date: 2007-09-18 14:24:06 +0200 (Tue, 18 Sep 2007)
New Revision: 2045

Modified:
trunk/etc/nsi/dpml.nsi
Log:
Resolve W32 installer scripts (missing configuration data arguments).

Modified: trunk/etc/nsi/dpml.nsi
===================================================================
--- trunk/etc/nsi/dpml.nsi 2007-09-18 11:59:40 UTC (rev 2044)
+++ trunk/etc/nsi/dpml.nsi 2007-09-18 12:24:06 UTC (rev 2045)
@@ -123,19 +123,11 @@
SectionEND

Section "prefs" SecPrefs
- SectionIn RO
- SetOutPath $INSTDIR\prefs
- File /r ..\bundle\prefs\*
SectionEND

Section "share" SecShare
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\build.exe
File ..\bundle\share\bin\build.lap
File ..\bundle\share\bin\build.policy
@@ -151,6 +143,8 @@
File /r ..\bundle\share\lib\*
SetOutPath $INSTDIR\share\local
File /r ..\bundle\share\local\*
+ SetOutPath $INSTDIR\share\config
+ File /r ..\bundle\share\config\*
SectionEND

Section "station scm" SecStation




  • r2045 - trunk/etc/nsi, mcconnell at BerliOS, 09/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page