Files
bnhtrade/build/bnhtrade.ComTypeLib.RegAsmInstall.bat
Bobbie Hodgetts 43d61c2ef8 Feature repricing min max (#10)
amazon settlement import/export improvements
2020-05-01 09:08:23 +01:00

28 lines
1.0 KiB
Batchfile

@set batchpath=%~dp0
@set dllpath=%batchpath%
::bnhtrade Database Client\bin\Release\
rem @copy "%dllpath%bnhtrade.Core.dll" "%SYSTEMROOT%\SysWOW64\bnhtrade.Core.dll"
@copy "%dllpath%bnhtradeCOM.dll" "%SYSTEMROOT%\SysWOW64\bnhtradeCOM.dll"
rem @copy "%dllpath%ABrain.AmazonMWS.dll" "%SYSTEMROOT%\SysWOW64\ABrain.AmazonMWS.dll"
rem @copy "%dllpath%bnhtrade.Core.dll" "%SYSTEMROOT%\System32\bnhtrade.Core.dll"
@copy "%dllpath%bnhtradeCOM.dll" "%SYSTEMROOT%\System32\bnhtradeCOM.dll"
rem @copy "%dllpath%ABrain.AmazonMWS.dll" "%SYSTEMROOT%\System32\ABrain.AmazonMWS.dll"
@c:
@cd\Windows\Microsoft.NET\Framework\v4.*
rem regasm.exe /codebase /tlb "bnhtrade.Core.dll"
regasm.exe /codebase /tlb "bnhtradeCOM.dll"
rem regasm.exe /codebase /tlb "ABrain.AmazonMWS.dll"
@cd\Windows\Microsoft.NET\Framework64\v4.*
rem regasm.exe /codebase /tlb "bnhtrade.Core.dll"
regasm.exe /codebase /tlb "bnhtradeCOM.dll"
rem regasm.exe /codebase /tlb "ABrain.AmazonMWS.dll"
@echo.
@echo Finished running regasm install script.
@echo.
@rem if no arguments passed, pause
@IF "%~1"=="" @pause