diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 1a69289..7382534 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -78,9 +78,8 @@ endif msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress [Files_install] -; copy the ini file to the 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: ; diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index c5c623c..bf37df7 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -20,6 +20,12 @@ ############################################################################## function cleanup() { - echo "Cleanup: output_dir: $OUTPUT_DIR" + echo "Cleanup" builder_cleanup } + +function create() { + echo "Create" + builder_create + cp $INST_DIR/CLIENT_DATA/opsi-${PN}.ini $INST_DIR/CLIENT_DATA/tmv10config.ini +} \ No newline at end of file