add custon config copy
This commit is contained in:
parent
30e9fa0ba5
commit
98803a1c7d
1
CLIENT_DATA/custom/CustomConfig.txt
Normal file
1
CLIENT_DATA/custom/CustomConfig.txt
Normal file
@ -0,0 +1 @@
|
||||
This dir should contain custom Innunet config.XML
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user