Management_Install.cmd work around.

Keywords:
BizTalk 2010 Beta
ESB 2.1
Management_Install.ps1
 
 
You more than likely kept the ESBSource directory when copying over.
Copy Keys and Source directly into:
 C:ProjectsMicrosoft.Practices.ESB
 
 
You sill still get the red flashes in your command window.
You will need to open up the Management_install.ps1 and change
$env:VS="${env:ProgramFiles}Microsoft Visual Studio 10.0Common7IDE"
to
$env:VS="C:Program Files (x86)Microsoft Visual Studio 10.0Common7IDE"  ifyou are using a 64 bit machine)
 
It worked fine afterwords.
 
 
Share on Facebook

Leave a Reply

Your email address will not be published.