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

Issue: Error Building After Renaming GenericBizTalkMSI.wxs (v5.6) #396

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

I'm trying to customize the installation process of a BizTalk 2013 project using BTDF. I've included the "GenericBizTalkMSI.wxs" file in my project's Deployment folder and made the necessary modifications to it. The project will build fine if I leave the name of that wxs file as it is, but if I try renaming it, for example to "RenamedGenericBizTalkMSI.wxs", the build will fail with the following error: light.exe: The system cannot find the file 'obj\Release\GenericBizTalkMSI.wixobj' with type 'Source'. C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.WiXSetup.targets (243): The command ""C:\Program Files (x86)\Deployment Framework for BizTalk 5.5\Developer\WiX\light.exe" "obj\Release\GenericBizTalkMSI.wixobj" "obj\Release\RedistComponentGroup.wixobj" -out "C:\Builds\3\GCMS\MAIN - CIC.GCMS.Common.NC.Out.Collect\Sources\CIC.GCMS.Common.NC.Out.Collect2\CIC.GCMS.Common.NC.Out.Collect.Deployment\bin\Release\CIC.GCMS.Common.NC.Out.Collect-6.0.0.0.msi" -ext "C:\Program Files (x86)\Deployment Framework for BizTalk 5.5\Developer\WiX\WixUIExtension.dll" -ext "C:\Program Files (x86)\Deployment Framework for BizTalk 5.5\Developer\WiX\WixNetFxExtension.dll" -spdb" exited with code 103.

It's not a big issue, but the documentation states that it can be renamed and it does not seem to be the case, unless I'm missing something. (I did update the btdfproj file with the name as well in the WixProjectFile element.)

This work item was migrated from CodePlex

CodePlex work item ID: '10994' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@8/27/2015] Resolved with changeset 77171.