BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

msi does not run msbuild targets v 5.6 and 6.0 #416

Closed tfabraham closed 7 years ago

tfabraham commented 7 years ago

I've tried version 5.6 and 6.0 beta. Solution installs from vs ide but when I run the msi, it installs the components and the msbuild bits fail without error

This work item was migrated from CodePlex

CodePlex work item ID: '11115' Vote count: '1'

tfabraham commented 7 years ago

[tfabraham@9/14/2016] It sounds like you are using a script to run the deployment vs. the built-in Start menu items. You're probably not passing the correct parameters to MSBuild.

Please check out the documentation regarding scripted deployments..

tfabraham commented 7 years ago

[lachman@9/14/2016] Found the cause. For some reason the msbuild extensions folder and the Microsoft SDC tasks folder and files are not copying over as part of the msi build. I've had to add these folders as additional resources that get added to the msi package.

Never had this problem before so will have to look into why this has occurred when time permits. This happens both on a fresh BTDF install and new biztalk project.

Thanks for getting back so promptly.

tfabraham commented 7 years ago

[tfabraham@2/7/2017] The MSI should not include an "MSBuild extensions folder" or an "SDC tasks folder". Can you provide any more information about this? Thanks.

tfabraham commented 7 years ago

[UnknownUser@8/2/2017]

tfabraham commented 7 years ago

Issue closed by tfabraham with comment Can't reproduce

Reason closed Can't Reproduce