Skip to content

Commit

Permalink
Another installer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Sep 27, 2023
1 parent 40277e6 commit db8741f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<ComponentGroupRef Id="CefSharpX86LocalesComponents" />
<ComponentGroupRef Id="DataComponents" />
<ComponentGroupRef Id="I18nComponents"/>
<ComponentGroupRef Id="MicrosoftAssemblies"/>
<ComponentRef Id="StartMenuShortcutsFolder"/>
</Feature>

Expand Down Expand Up @@ -240,22 +239,5 @@
<File Source="$(var.WordsLive.TargetDir)de\WordsLive.resources.dll" Name="WordsLive.resources.dll" KeyPath="yes"/>
</Component>
</ComponentGroup>
<ComponentGroup Id="MicrosoftAssemblies" Directory="APPLICATIONFOLDER">
<Component>
<File Source="$(var.WordsLive.TargetDir)System.Security.Cryptography.Algorithms.dll" Name="System.Security.Cryptography.Algorithms.dll" KeyPath="yes"/>
</Component>
<Component>
<File Source="$(var.WordsLive.TargetDir)System.Security.Cryptography.X509Certificates.dll" Name="System.Security.Cryptography.X509Certificates.dll" KeyPath="yes"/>
</Component>
<Component>
<File Source="$(var.WordsLive.TargetDir)System.Security.Cryptography.Primitives.dll" Name="System.Security.Cryptography.Primitives.dll" KeyPath="yes"/>
</Component>
<Component>
<File Source="$(var.WordsLive.TargetDir)System.Security.Cryptography.Encoding.dll" Name="System.Security.Cryptography.Encoding.dll" KeyPath="yes"/>
</Component>
<Component>
<File Source="$(var.WordsLive.TargetDir)System.Net.Http.dll" Name="System.Net.Http.dll" KeyPath="yes"/>
</Component>
</ComponentGroup>
</Fragment>
</Wix>

0 comments on commit db8741f

Please sign in to comment.