Skip to content

Commit

Permalink
(chocolateyGH-629) Add manifest file to msi
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Dec 6, 2018
1 parent dc7bc74 commit 2012be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/ChocolateyGui.Install/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
<Component Id="ChocolateyGui.exe.config" Guid="6C3AE56F-1AA3-4145-BFA9-345BBCC5C3D1">
<File Id="ChocolateyGui.exe.config" Source="$(var.GuiTargetDir)/ChocolateyGui.exe.config" KeyPath="yes" Checksum="yes" />
</Component>
<Component Id="ChocolateyGui.exe.manifest" Guid="AEA5D8AE-4274-444E-AEB5-988492C6919E">
<File Id="ChocolateyGui.exe.manifest" Source="$(var.GuiTargetDir)/ChocolateyGui.exe.manifest" KeyPath="yes" Checksum="yes" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>

0 comments on commit 2012be5

Please sign in to comment.