Skip to content

Commit

Permalink
#26: Added Newtonsoft.json package to the installers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Pokorny committed Jun 15, 2017
1 parent 80e8b5f commit 43b1a80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Build/PackageFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ return ("AWSSDK.dll",
"TransPort2006.dll",
"wpcap.dll",
"ZedGraph.dll",
"ZedGraph.xml"
"ZedGraph.xml",
"Newtonsoft.Json.dll",
"Newtonsoft.Json.xml"
);
6 changes: 6 additions & 0 deletions Source/TerminalsSetup/Components.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
<Component Id="MainIcon" Guid="77AAEF17-7034-441B-B853-879DA390251C">
<File Source="..\Terminals\terminalsicon.ico" KeyPath="yes"/>
</Component>
<Component Id="NewtonsoftJsondll" Guid="CFB96E07-01CB-42DE-949F-8CA36DA08E2C">
<File Source="..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll" KeyPath="yes" Checksum="yes"/>
</Component>
<Component Id="NewtonsoftJsonxml" Guid="2D006559-AE17-439A-A379-7876483CEB25">
<File Source="..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.xml" KeyPath="yes" Checksum="yes"/>
</Component>
</ComponentGroup>
<ComponentGroup Id="IcaComponents" Directory="ICAFOLDER">
<Component Id="AxWFICALibDll" Guid="E3A4BF7F-538C-40F3-A5D0-736E2478E9AE">
Expand Down

0 comments on commit 43b1a80

Please sign in to comment.