Skip to content

Commit f8cc9f3

Browse files
author
John Simons
committed
Fixed location of LicenseInstaller to be that same location as Zip file
1 parent 14062c0 commit f8cc9f3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/wix/WixInstaller/Fragments/ToolsFilesFragment.wxs

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
<Component Id="cmpC5896CB5B51AE850471FF45254C9290B" Guid="{7B15648A-1A3F-4FAC-BA22-203B23189E43}">
1919
<File Id="filF21A55D3FEC89821C9FBDC4A2A7F5E51" KeyPath="yes" Source="$(var.SOURCEPATH)\Tools\XsdGenerator.exe" />
2020
</Component>
21-
<Component Id="cmpBBB96CB5B51AE850471FF45254C9290B" Guid="{BBB5648A-1A3F-4FAC-BA22-203B23189E43}">
22-
<File Id="filBBBA55D3FEC89821C9FBDC4A2A7F5E51" KeyPath="yes" Source="$(var.SOURCEPATH)\Tools\licenseinstaller\LicenseInstaller.exe" />
23-
</Component>
21+
<Directory Id="dirEEE1101473287193165DE0048BB94FDA" Name="licenseinstaller">
22+
<Component Id="cmpBBB96CB5B51AE850471FF45254C9290B" Guid="{BBB5648A-1A3F-4FAC-BA22-203B23189E43}">
23+
<File Id="filBBBA55D3FEC89821C9FBDC4A2A7F5E51" KeyPath="yes" Source="$(var.SOURCEPATH)\Tools\licenseinstaller\LicenseInstaller.exe" />
24+
</Component>
25+
</Directory>
2426
<Directory Id="dir2B71101473287193165DE0048BB94FDA" Name="migration">
2527
<Component Id="cmp4C052383CF70BCFF55A7ECD7D29BA6E5" Guid="{58A69214-2C92-454F-960C-53054351246D}">
2628
<File Id="filB9C23EA4437D53FF5DC998EB5573B1C2" KeyPath="yes" Source="$(var.SOURCEPATH)\Tools\migration\log4net.dll" />

src/wix/WixInstaller/Welcome.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4>Tools description:</h4>
6262
would likely be coming in over HTTP via the gateway). </li>
6363
<li>
6464
<div>
65-
<a href="./Tools/">LicenseInstaller.exe</a></div>
65+
<a href="./Tools/licenseinstaller/">LicenseInstaller.exe</a></div>
6666
Utility for developers to install a NServiceBus license file into the registry. </li>
6767
</ul>
6868
<h4>Samples description:</h4>

0 commit comments

Comments
 (0)