Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/UpdateLocalInstallation.cmd @ 6133

Last change on this file since 6133 was 6133, checked in by gkronber, 13 years ago

#1471: imported generic parts of DataImporter from private code base

File size: 1.6 KB
Line 
1set target=C:\Program Files\HeuristicLab 3.3\
2
3copy "%SolutionDir%\HeuristicLab.DataImporter.Backend.Csv\%Outdir%\HeuristicLab.DataImporter.Backend.Csv-1.0.dll" "%target%"
4copy "%SolutionDir%\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat\%Outdir%\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat-1.0.dll" "%target%"
5copy "%SolutionDir%\HeuristicLab.DataImporter.Command\%Outdir%\HeuristicLab.DataImporter.Command-1.0.dll" "%target%"
6copy "%SolutionDir%\HeuristicLab.DataImporter.Data\%Outdir%\HeuristicLab.DataImporter.Data-1.0.dll" "%target%"
7copy "%SolutionDir%\HeuristicLab.DataImporter.DataProcessor\%Outdir%\HeuristicLab.DataImporter.DataProcessor-1.0.dll" "%target%"
8copy "%SolutionDir%\HeuristicLab.DataImporter.DbExplorer.Interfaces\%Outdir%\HeuristicLab.DataImporter.DbExplorer.Interfaces-1.0.dll" "%target%"
9copy "%SolutionDir%\HeuristicLab.DataImporter.DbExplorer.MsSqlServer\%Outdir%\HeuristicLab.DataImporter.DbExplorer.MsSqlServer-1.0.dll" "%target%"
10copy "%SolutionDir%\HeuristicLab.DataImporter.DbExplorer.Oracle\%Outdir%\HeuristicLab.DataImporter.DbExplorer.Oracle-1.0.dll" "%target%"
11copy "%SolutionDir%\HeuristicLab.DataImporter.OracleInstantClient\%Outdir%\HeuristicLab.DataImporter.OracleInstantClient-1.0.dll" "%target%"
12
13echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%"
14if "%Platform%" == "x86" (
15  copy "%SolutionDir%\HeuristicLab.DataImporter.OracleInstantClient\32bit\*" "%target%"
16) else if "%Platform%" == "x64" (
17  copy "%SolutionDir%\HeuristicLab.DataImporter.OracleInstantClient\64bit\*" "%target%"
18) else (
19  echo "ERROR: unknown platform: %Platform%"
20)
Note: See TracBrowser for help on using the repository browser.