From: Rob V. <rv...@do...> - 2014-02-24 15:59:59
|
I went ahead and fixed the compiler options property but I now get the following error: C:\BuildAgent\work\f65accef49585896\Build\ToolkitInstaller\ToolkitInstaller. wixproj(79, 5): error MSB3147: Could not find required file 'setup.bin' in 'C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Engine' Looks like we also need the Windows 7 SDK installed. Cheers, Rob From: Kal Ahmed <ka...@ne...> Reply-To: dotNetRDF Developer Discussion and Feature Request <dot...@li...> Date: Saturday, 22 February 2014 21:03 To: dotNetRDF Developer Discussion and Feature Request <dot...@li...> Subject: Re: [dotNetRDF-Develop] WiX Toolset for CI Server? > 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 <http://www.networkedplanet.com> > ------------------------------------------------------------------------------ > 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 |