Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Query/UpdateLocalInstallation.cmd @ 4891

Last change on this file since 4891 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 347 bytes
Line 
1SET target=C:\Program Files\HeuristicLab 3.3
2
3echo Copying OKB Cockpit Query Assembly
4copy "%ProjectDir%\%Outdir%\HeuristicLab.OKB.Cockpit.Query-3.3.dll" "%target%"
5echo ----------------------------
6echo Updating HeuristicLab.exe.config
7"%SolutionDir%ConfigMerger.exe" "%SolutionDir%ServiceClient.config" "%target%\HeuristicLab.exe.config"
Note: See TracBrowser for help on using the repository browser.