correct ini file copy
This commit is contained in:
parent
a655ef7435
commit
fe18b016e4
@ -78,9 +78,8 @@ endif
|
|||||||
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
|
||||||
copy "$IniCfgFile$" "$InstallDir$"
|
copy "$IniCfgFile$" "$InstallDir$"
|
||||||
copy "$IniCfgFile$" "$InstallDir$\SoftMaker\Settings\tmv10config.ini"
|
copy "%ScriptPath%\*.ini" "$InstallDir$\SoftMaker\Settings"
|
||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
|
@ -20,6 +20,12 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
echo "Cleanup: output_dir: $OUTPUT_DIR"
|
echo "Cleanup"
|
||||||
builder_cleanup
|
builder_cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function create() {
|
||||||
|
echo "Create"
|
||||||
|
builder_create
|
||||||
|
cp $INST_DIR/CLIENT_DATA/opsi-${PN}.ini $INST_DIR/CLIENT_DATA/tmv10config.ini
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user