Hi,I'm trying to set up a Team Foundation Server build that ultimately creates an installer with the appropriate version. I'm having trouble getting InstallShield to recognize the version that I'm passing in. I'm doing something like this: ...
Update: that worked. I created some custom MSBuild tasks in C# and talked to the Automation Interface through those. Version number is updating fine with that method.