New Post: Add Reference To Another BizTalk Application during deploy
Thanks, I knew it was in there somewhere "Reference" didn't turn anything up in searches for some reason. That works, but now BTDF tries to start the application I am trying to reference before...
View ArticleNew Post: Add Reference To Another BizTalk Application during deploy
Add this property to your .btdfproj:<StartReferencedApplicationsOnDeploy>false</StartReferencedApplicationsOnDeploy> Thanks, Tom
View ArticleNew Post: Deploy services to two different sites
I'm trying to help someone set up a deployment that involves two web services. They want one service to go in the default web site and the other to go in a different site. Is there a way to this with...
View ArticleNew Post: Deploy services to two different sites
You could give this a try in your .btdfproj:<Target Name="Deploy2ndWebService" AfterTargets="DeployVDirs"> <CreateProperty Value="IIS://localhost/w3svc/2/Root"> <Output...
View ArticleNew Post: How to add Stop Application in btdfproj file
Hi , I am new to BTDF. I am using Biztalk 2013 along with BTDF 5_1 Beta2 . I want to do deploy the MSI with BizTalk app under a group in Start>All Programs e.g. Start>All Programs>BizTalk...
View ArticleNew Post: Executing Custom Sql Script using BTDF
Hi, I am using Biztalk 2013 and BTDF 5_1 Beta2. I want to execute a sql script where I pass the server name and filename as parameter from SettingsFileGenerator file.I have used AdditionalFiles tag to...
View ArticleNew Post: Executing Custom Sql Script using BTDF
Hi Nikhil, Putting the command in the other custom target that you created was the correct approach. All relative paths are based on the folder that contains the .btdfproj. If you use AdditionalFiles,...
View ArticleNew Post: How to add Stop Application in btdfproj file
Please see the documentation installed with V5.1. The topic is Deploying to a BizTalk Server Group\Packaging an Application for Deployment, subsection Customizing the Default WiX Template. Here is a...
View ArticleNew Post: How to add Stop Application in btdfproj file
Hi, I am unable to find the sepcified .js file and also not getting exactly where to change in xslt to get the subfolder. Please help.
View ArticleNew Post: How to add Stop Application in btdfproj file
Hi abhishek1301, Are you referring to my previous response? There is no mention of a .js file. Are you using v5.1? If you want to add a folder in the Start menu, it must be done in the wxs file. Here...
View ArticleNew Post: How to add Stop Application in btdfproj file
Thanks tfabraham. It works using the below method. I just wonder why we do not get rid of shortcuts from startmenu when we undeploy from the startmenu ? All the shortcuts are removed only when we...
View ArticleNew Post: Executing Custom Sql Script using BTDF
Hi tfaabraham, I tried it without using additionalfiles element and it works now. Thanks for your help. \Nikhil Rai
View ArticleNew Post: How to add Stop Application in btdfproj file
Deployment is a two-step process: install the MSI, deploy the app. Undeployment is a two-step process: undeploy the app, uninstall the MSI. When you say "when we uninstall the application" you mean...
View ArticleNew Post: Tool for seeing what MSBuild Properties and Items evaluate to at...
Here's a very simple app that can be run against your .btdfproj to see what all of the properties and items evaluate to at runtime. Alternatively, you can also execute your normal target with MSBuild...
View ArticleNew Post: Handling Multiple solutions with multiple Projects for one BTS...
Firstly i thank code plex community for providing valuable support and contribution im fairly new to BTDF although i have previously used it for deployments as per project structured in tutorials and...
View ArticleNew Post: File adapter paths get full access permissions
Is there a way to limit the permissions grants on file adapter paths? Currently, $(BTSACCOUNT) is granted full access. My server admin folks frown on that.
View ArticleNew Post: File adapter paths get full access permissions
If you don't use Full Control then you have to get very specific with the permissions. There is no way to override the default behavior. However, if you wish you can start with the source code for the...
View ArticleNew Post: This assembly is built by a runtime newer than the currently loaded...
Hi, I'm working on a deployment for a BizTalk 2013 application. I'm developing on a Windows 2012 machine. When I try to deploy my solution, the DeployComponents target fails with the error 'This...
View ArticleNew Post: This assembly is built by a runtime newer than the currently loaded...
Hi Nils, When you say "the latest version", do you mean the v5.1 beta? If not, that is the only supported path for BizTalk 2013. The correct version of GacUtil.exe is installed during the Deployment...
View ArticleNew Post: This assembly is built by a runtime newer than the currently loaded...
Hi Tom, I wasn't aware there was a 5.1 version. I installed it and I got it working ok now. I'm building and deploying on my dev environment. One note: after installation of 5.1 I had to alter the...
View Article