Skip to content

Commit

Permalink
Execute NServiceBus.Host.exe /installInfrastructure from a folder
Browse files Browse the repository at this point in the history
containing only the required assemblies.
Closes #273
  • Loading branch information
shlomii committed Apr 4, 2012
1 parent f6667e2 commit 3086579
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RunMeFirst.bat
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
.\binaries\NServiceBus.Host.exe /installInfrastructure
md .\binaries\temp
copy .\binaries\log4net.dll .\binaries\temp\log4net.dll
copy .\binaries\NServiceBus.Core.dll .\binaries\temp\NServiceBus.Core.dll
copy .\binaries\NServiceBus.dll .\binaries\temp\NServiceBus.dll
copy .\binaries\NServiceBus.Host.exe .\binaries\temp\NServiceBus.Host.exe
.\binaries\temp\NServiceBus.Host.exe /installInfrastructure
rd /s /q .\binaries\temp

0 comments on commit 3086579

Please sign in to comment.