Skip to content

Commit 6f80850

Browse files
committed
Add System.IO.Abstractions.dll to setup
1 parent e016e14 commit 6f80850

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Windows/Setup/NbfcSetup/Application.wxs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
KeyPath="yes"
8080
Source="$(var.StagWare.FanControl.Configurations.TargetDir)StagWare.FanControl.Configurations.dll"/>
8181
</Component>
82+
83+
<Component Id="App.System.IO.Abstractions" Guid="7DB74C9F-53C3-4A99-91B8-B85BB4A47D38">
84+
<File Id="System.IO.Abstractions.dll"
85+
Name="System.IO.Abstractions.dll"
86+
DiskId="1"
87+
Vital="yes"
88+
KeyPath="yes"
89+
Source="$(var.StagWare.FanControl.Configurations.TargetDir)System.IO.Abstractions.dll"/>
90+
</Component>
8291

8392
<Component Id="App.StagWare.BiosInfo" Guid="56FD647A-734A-49E5-86CD-745BDA7804E1">
8493
<File Id="StagWare.BiosInfo.dll"

0 commit comments

Comments
 (0)