source:
branches/OKB/HeuristicLab.OKB.Cockpit.Admin/UpdateLocalInstallation.cmd
@
4311
Last change on this file since 4311 was 4311, checked in by swagner, 14 years ago | |
---|---|
File size: 411 bytes |
Line | |
---|---|
1 | SET target=C:\Program Files\HeuristicLab 3.3 |
2 | |
3 | echo Copying OKB Cockpit Query Assembly |
4 | copy "%ProjectDir%\%Outdir%\HeuristicLab.OKB.Cockpit.Admin-3.3.dll" "%target%" |
5 | copy "%ProjectDir%\%Outdir%\WPFToolkit.dll" "%target%" |
6 | echo ---------------------------- |
7 | echo Updating HeuristicLab 3.3.exe.config |
8 | "%SolutionDir%ConfigMerger.exe" "%SolutionDir%ServiceClient.config" "%target%\HeuristicLab 3.3.exe.config" |
Note: See TracBrowser
for help on using the repository browser.