Skip to content

Commit

Permalink
add newfeatures designer to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Apr 6, 2024
1 parent 3625953 commit bad5d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Installer/IsWiX/IsWiXLib.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
<Component Directory="INSTALLLOCATION">
<File Source="$(var.SourceDir)\netstandard.dll" KeyPath="yes" />
</Component>
<Component Directory="INSTALLLOCATION">
<File Source="$(var.SourceDir)\NewFeaturesDesigner.dll" KeyPath="yes" />
</Component>
<Component Directory="INSTALLLOCATION">
<File Source="$(var.SourceDir)\NewFilesAndFoldersDesigner.dll" KeyPath="yes" />
</Component>
Expand Down

0 comments on commit bad5d55

Please sign in to comment.