From: Khalil A. <ka...@ne...> - 2014-02-22 21:03:45
|
It probably means that there is a missing option in the CompilerAdditionalOptions property in the .wixproj file (-d InfoFiles=..\SomeDirectory). It looks like it is missing an option to define the path to the directory where some files to be included in the installer can be found. I'm not at a machine to check right now, but hopefully that gives you a bit of a clue to track things down. You may find that CompilerAdditionalOptions is defined separately for both Debug and Release - check if there are differences between the two. FWIW with BrightstarDB, I ended up editing the .wixproj to move the definition of the property so that there is one definition for all configurations - makes it easier to change later. Cheers Kal On Sat, Feb 22, 2014 at 8:52 PM, Tomasz Pluskiewicz < tom...@gm...> wrote: > Hi Rob, Kal > > I installed the WiX toolset and now the build failed with message as > follows. > > C:\BuildAgent\work\f65accef49585896\Build\ToolkitInstaller\Info.wxs(9, > 0): error CNDL0150: Undefined preprocessor variable '$(var.infoFiles)' > > Know what this means? > > Regards, > Tom > > On Fri, Feb 21, 2014 at 12:20 PM, Tomasz Pluskiewicz > <tom...@gm...> wrote: > > Hi Rob > > > > Shouldn't be a problem. I'll get it done later today. > > > > Tom > > > > On Fri, Feb 21, 2014 at 12:00 PM, Rob Vesse <rv...@do...> > wrote: > >> Tom > >> > >> I've noticed that since I merged TOOLS-360 which was Kal's work to move > to > >> using a WiX based installer that the builds are now failing on the > TeamCity > >> server with an error like the following: > >> > >> [18:12:42][Build\ToolkitInstaller\ToolkitInstaller.wixproj] > >> > C:\BuildAgent\work\f65accef49585896\Build\ToolkitInstaller\ToolkitInstaller.wixproj(41, > >> 3): error MSB4019: The imported project "C:\Program Files > >> (x86)\MSBuild\Microsoft\WiX\v3.x\Wix.targets" was not found. Confirm > that > >> the path in the <Import> declaration is correct, and that the file > exists on > >> disk. > >> > >> This looks like we just need the WiX Toolset installed on the server, > any > >> chance you could do that? > >> > >> Cheers, > >> > >> Rob > >> > >> > ------------------------------------------------------------------------------ > >> Managing the Performance of Cloud-Based Applications > >> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > >> Read the Whitepaper. > >> > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> dotNetRDF-develop mailing list > >> dot...@li... > >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >> > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |