Add MergeGPF to installer project

This commit is contained in:
elasota
2021-03-07 05:34:01 -05:00
parent 80584eb781
commit f0913d0d6a
3 changed files with 13 additions and 0 deletions

View File

@@ -111,6 +111,9 @@
<Component Id="unpacktool.exe" Guid="*">
<File Id="unpacktool.exe" Source="$(var.unpacktool.TargetPath)" KeyPath="yes" Checksum="yes"/>
</Component>
<Component Id="MergeGPF.exe" Guid="*">
<File Id="MergeGPF.exe" Source="$(var.MergeGPF.TargetPath)" KeyPath="yes" Checksum="yes"/>
</Component>
</DirectoryRef>
<DirectoryRef Id="AEROFOILDOCUMENTATIONDIR">
@@ -183,6 +186,7 @@
<ComponentRef Id="hqx2gp.exe" />
<ComponentRef Id="MakeTimestamp.exe" />
<ComponentRef Id="unpacktool.exe" />
<ComponentRef Id="MergeGPF.exe" />
</Feature>
</Feature>