Browse Source

fix GUID of AddInManager2MSWebXmlTransformDll component

pull/297/head
Siegfried Pammer 12 years ago
parent
commit
5ce3cc74c5
  1. 2
      src/Setup/Files.wxs

2
src/Setup/Files.wxs

@ -1575,7 +1575,7 @@ @@ -1575,7 +1575,7 @@
<Component Id="AddInManager2NuGetCoreDll" Guid="29F6AA62-469E-429D-B8F9-2E087093A1E9" DiskId="1">
<File Id="AddInManager2.NuGet.Core.dll" Name="NuGet.Core.dll" Source="..\..\AddIns\Misc\AddInManager2\NuGet.Core.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="AddInManager2.NuGet.Core.dll" AssemblyManifest="AddInManager2.NuGet.Core.dll" />
</Component>
<Component Id="AddInManager2MSWebXmlTransformDll" Guid="" DiskId="1">
<Component Id="AddInManager2MSWebXmlTransformDll" Guid="77C7E729-DB5A-4754-BF30-706760D3CE8C" DiskId="1">
<File Id="AddInManager2.Microsoft.Web.XmlTransform.dll" Name="Microsoft.Web.XmlTransform.dll" Source="..\..\AddIns\Misc\AddInManager2\Microsoft.Web.XmlTransform.dll" KeyPath="yes" Assembly=".net" AssemblyApplication="AddInManager2.Microsoft.Web.XmlTransform.dll" AssemblyManifest="AddInManager2.Microsoft.Web.XmlTransform.dll" />
</Component>
</Directory>

Loading…
Cancel
Save