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

Feature: Allow full control of MSI product name (v5.6) #400

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

The product name in the default WiX template was "$(var.ProductName) $(var.ProductVersion)", so there was no way to stop the version number from appearing in the name. Change the default to "$(var.ProductName)".

To continue to put the product version into the name, just do:

Deployment Framework for BizTalk - Advanced $(ProductVersion)

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[UnknownUser@9/3/2015] Resolved with changeset 77182.