Files
laatzen/ServiceFwUpdate/Ui/ServiceFwUpdateSw/CopyFwUpdateSwToDownload_MINIMAL_DLLs.bat
T
Thomas Wiedebusch df68bf87d7 V 2.2.4
CUST:
FwUpdateSw:
- Released display changed
2022-04-28 10:24:05 +02:00

34 lines
1.9 KiB
Batchfile

set REL_SRC_PATH=bin\Release
set ABS_DEST_PATH=c:\Users\%USERNAME%\Downloads\ServiceFwUpdateSw
mkdir "%ABS_DEST_PATH%"
mkdir "%ABS_DEST_PATH%\de"
copy "%REL_SRC_PATH%\de\*" "%ABS_DEST_PATH%\de\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.Interfaces.Ports.PortCore.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.Interfaces.Ports.SerialPorts.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.Interfaces.Protocols.TransmitProtocol.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.Applications.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.GenesisConfig.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.GenesisFile.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.Protocols.ProtocolCore.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.Protocols.RequestProtocol.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.Genesis.Protocols.StreamingProtocol.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.WaterMeterCore.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Hardware.WaterMeter.WaterMeterRegisters.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Logic.RelatePcb.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Logic.ServiceCore.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.Common.Utils.ProcessExec.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw.dll" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\configuration.json" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\MeterFilesEraseRestore.json" "%ABS_DEST_PATH%\"
copy "%REL_SRC_PATH%\NlogConfig.xml" "%ABS_DEST_PATH%\"