Skip to content

Commit f3560e7

Browse files
Add RepositoryUtility to the Installer
1 parent 909f1c9 commit f3560e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Installer/Installer.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ are trying to support, you're better off using non-advertised shortcuts. "-->
166166
<File Id="about.htm" Name="about.htm" KeyPath="yes" Source="..\..\output\Installer\about.htm" />
167167
</Component>
168168

169+
<!-- RepositoryUtility debugging tool -->
170+
<Component Id="RepositoryUtility.exe" Guid="15FC8E47-B443-447E-967B-586076BA2B13">
171+
<File Id="RepositoryUtility.exe" Name="RepositoryUtility.exe" Source="..\..\output\Release\net462\RepositoryUtility.exe"/>
172+
</Component>
173+
169174
<Merge Id="ChorusMergeModule" Language="1033" SourceFile="..\..\lib\Release\ChorusMergeModule.msm" DiskId="1"/>
170175
</Directory>
171176
</Directory>
@@ -219,6 +224,8 @@ are trying to support, you're better off using non-advertised shortcuts. "-->
219224

220225
<ComponentRef Id="about.htm" />
221226

227+
<ComponentRef Id="RepositoryUtility.exe" />
228+
222229
<MergeRef Id="ChorusMergeModule"/>
223230
<MergeRef Id="CRT90"/>
224231
<MergeRef Id="CRT90Policy"/>

0 commit comments

Comments
 (0)