add custon config copy

This commit is contained in:
Mario Fetka 2012-01-20 13:52:45 +01:00
parent 30e9fa0ba5
commit 98803a1c7d
3 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
This dir should contain custom Innunet config.XML

View File

@ -101,7 +101,7 @@ endif
[Files_install_32]
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
copy -s "%ScriptPath%\custom\*.xml" "$InstallDir32$"
[Winbatch_install_64]
; Choose one of the following examples as basis for your installation
@ -114,7 +114,7 @@ endif
[Files_install_64]
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
copy -s "%ScriptPath%\custom\*.xml" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key:

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="immunet"
VERSION="3.0.5.7688"
RELEASE="1"
RELEASE="2"
PRIORITY="0"
ADVICE=""
TYPE="testing"