Re: [WiX-users] 3 digit bundle version number

2014-12-02 Thread Jan Suchotzki
Agreed and understood. Thanks for the detailed introduction! Everything is in VersionControl (TFS) and can be prefectly build from within Visual Studio by different developers on different systems. My problem is that Team Build (in its default build process) uses a different binaries folder (Team

Re: [WiX-users] 3 digit bundle version number

2014-12-01 Thread Brian Enderle
Are you saying the path to your release build changes between developers? I don't use TeamBuild so I don't know how it works but on my system with just Visual Studio (using VSS for repository) the build path is set on the project/solution and carried over between check-in/check-out. For instance,

Re: [WiX-users] 3 digit bundle version number

2014-12-01 Thread Jan Suchotzki
Brian, thanks for the immediate response! Actually the part after SolutionDir is my problem. The binary (its something like \bin vs. \Binaries) paths are different. After reading a bit about it I'm sure I can change this in TeamBuild, but somehow this seems wrong to me. The next time people se

Re: [WiX-users] 3 digit bundle version number

2014-11-26 Thread Brian Enderle
The link you referenced shows a relative path to the dll, have you tried using $(SoluitonDir) instead? I don't use Team Build so I don't know if this would solve your problem. Brian If you can't explain