From: Rob V. <rv...@do...> - 2014-02-25 09:29:46
|
Yes I had great fun figuring out which SDK to install myself locally Thanks for sorting this out Cheers, Rob On 24/02/2014 20:53, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Weird Microsoft. It turns out that this bootstrapper is only installed >with Visual Studio and not SDK. Which I totally don't understand. Why >is it necessary to install VS on a build server? I simply copied the >files as suggested na SO. > >Anyway, it's working now :) > >Regards, >Tom > >On Mon, Feb 24, 2014 at 4:58 PM, Rob Vesse <rv...@do...> wrote: >> I went ahead and fixed the compiler options property but I now get the >> following error: >> >> >>C:\BuildAgent\work\f65accef49585896\Build\ToolkitInstaller\ToolkitInstall >>er.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\ToolkitInstal >>>ler.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.cl >>>ktrk >>> >> _______________________________________________ >>> >> 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.cl >>>ktrk >>> _______________________________________________ >>> 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 >> >>------------------------------------------------------------------------- >>----- >> 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.clk >>trk_______________________________________________ >> dotNetRDF-develop mailing list dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> >>------------------------------------------------------------------------- >>----- >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> >>http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clk >>trk >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> > >-------------------------------------------------------------------------- >---- >Flow-based real-time traffic analytics software. Cisco certified tool. >Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >Customize your own dashboards, set traffic alerts and generate reports. >Network behavioral analysis & security monitoring. All-in-one tool. >http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clkt >rk >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |