Hi Robert,

As the build server is not configured for C/C# jobs, I had to install the
Windows SDK for Win 7 (as mentioned on the page), but didn't install Visual
Studio. I executed the sn.exe command line, then triggered the job. Git
checks out the 'develop' branch, then triggers MSBuild from the Win SDK
prompt (setenv.cmd /x86 /2008).
I got a first message saying that SDK couldn't be found ; a quick and dirty
change was to change the registry HKLM\Software\Microsoft\Microsoft
SDKs\Windows\V7.1 to V7.1A (according to tools/wixbuild.props).
Then second problem with mspdb100.dll which couldn't be found : fixed by
adding C:\Program Files\Visual Studio 10\Common7\IDE to the PATH

I then have a problem with :

"Z:\Jenkins\workspace\Wix3\wix.proj" (default target) (1) ->
"Z:\Jenkins\workspace\Wix3\src\dtf\dtf.proj" (default target) (14) ->
"Z:\Jenkins\workspace\Wix3\src\dtf\Tools\Tools.proj" (default target) (24) ->
"Z:\Jenkins\workspace\Wix3\src\dtf\Tools\SfxCA\SfxCA.vcxproj" (default
target) (26) ->
(PrepareForBuild target) ->
  C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(297,5):
warning MSB8003: Could not find WindowsSDKDir variable from the
registry.  TargetFrameworkVersion or PlatformToolset may be set to an
invalid version number.
[Z:\Jenkins\workspace\Wix3\src\dtf\Tools\SfxCA\SfxCA.vcxproj]


Still trying to find where this comes from, but I'd be glad if anybody has
an idea ! And sorry, I'm not a C/C# developer, so it may be a stupid
question...


Gilles

On Fri, Oct 31, 2014 at 12:57 PM, Robert J. van der Boon <rjvdb...@gmail.com
> wrote:

> Gilles, please see
> http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html
>
> If you find issues with that documentation: feel free to comment on those
> here, or file an issue.
>
> Good luck!
>  Robert
>
> On 31 October 2014 12:32, Gilles QUERRET <g.quer...@gmail.com> wrote:
>
>> Hello,
>>
>>
>> I'm trying to rebuild Wix after a quite simple modification, so I tried
>> to setup a job in Jenkins. Instructions are available here :
>> http://neilsleightholm.blogspot.fr/2008/10/how-to-create-wix-build-machine.html
>> but it seems they are outdated.
>> Is there an updated document on how to setup a wix build machine (on
>> Jenkins or any other CI server) ?
>>
>>
>> Thanks,
>>
>> --
>> Gilles QUERRET
>>
>> Riverside Software
>> 15d route de Bellevue • 69440 Mornant • France
>> Mob : +33 662.525.532
>>
>>
>> ------------------------------------------------------------------------------
>>
>> _______________________________________________
>> WiX-devs mailing list
>> WiX-devs@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-devs
>>
>>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-devs mailing list
> WiX-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-devs
>
>


-- 
Gilles QUERRET

Riverside Software
15d route de Bellevue • 69440 Mornant • France
Mob : +33 662.525.532
------------------------------------------------------------------------------
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to