[wix-devs] Build request (after PRs)

Rob Mensching rob at firegiant.com
Fri Feb 26 21:38:45 PST 2016


Probably no one ever noticed since it never created a problem. I've updated the file to match the official build since that's logical.  Everyone will need to run the Tools\OneTimeInitialization.proj again for the new key.

WiX v4 was already up to date.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  http://www.firegiant.com/


-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Heath Stewart
Sent: Friday, February 26, 2016 6:47 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-devs] Build request (after PRs)

I was going to code this up, and noticed my proposal may already be the point:

  <PropertyGroup Condition=" '$(OFFICIAL_WIX_BUILD)'=='' ">
    <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)publickey_wix.snk</AssemblyOriginatorKeyFile>
    <DelaySign>true</DelaySign>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>

  <PropertyGroup Condition=" '$(OFFICIAL_WIX_BUILD)'!='' ">
    <AssemblyOriginatorKeyFile>$(OFFICIAL_WIX_BUILD)</AssemblyOriginatorKeyFile>
    <DelaySign>false</DelaySign>
    <SignAssembly>true</SignAssembly>
    <BuildSandcastleDocumentation>true</BuildSandcastleDocumentation>
  </PropertyGroup>

However, $(MSBuildThisFileDirectory)publickey_wix.snk's public key token is 36e4ce08b8ecfb17 while $(OFFICIAL_WIX_BUILD) must have a public key token of ce35f76fcda82bad. Where files just not updated? The tools\OneTimeWixBuildInitialization.proj still registers 36e4ce08b8ecfb17 for verification skip.

Heath Stewart
Visual Studio, Microsoft
http://blogs.msdn.com/heaths


More information about the wix-devs mailing list