Re: [WiX-users] Problem with Including under TFS 2010 Build Agent

2011-07-15 Thread John Cooper
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with Including under TFS 2010 Build Agent Giving the magic 8 ball a shake, I'll take a guess and say that the $(sys.CURRENTDIR) is set differently on the build machine. $(sys.CURRENTDIR) is a very volatile value. It

Re: [WiX-users] Problem with Including under TFS 2010 Build Agent

2011-07-14 Thread Rob Mensching
Giving the magic 8 ball a shake, I'll take a guess and say that the $(sys.CURRENTDIR) is set differently on the build machine. $(sys.CURRENTDIR) is a very volatile value. It is set to where you launch the build from. Instead, I would recommend using a relative path to the .wxi file. The Include wi

[WiX-users] Problem with Including under TFS 2010 Build Agent

2011-07-14 Thread John Cooper
Got a challenging problem. I have an include file that has versioning constants in it. Running from the Desktop, all goes well, the constants are defined, and the correct version number is set on the MSI. However, on the TFS 2010 Build agent, the include doesn't seem to work. I get the follo