We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e016e14 commit 6f80850Copy full SHA for 6f80850
Windows/Setup/NbfcSetup/Application.wxs
@@ -79,6 +79,15 @@
79
KeyPath="yes"
80
Source="$(var.StagWare.FanControl.Configurations.TargetDir)StagWare.FanControl.Configurations.dll"/>
81
</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>
91
92
<Component Id="App.StagWare.BiosInfo" Guid="56FD647A-734A-49E5-86CD-745BDA7804E1">
93
<File Id="StagWare.BiosInfo.dll"
0 commit comments