Create a bundle to ensure the CRT is installed

This commit is contained in:
Cameron Gutman
2020-11-29 21:52:23 -06:00
parent 7ace6a2988
commit 0bbfda3eb8
5 changed files with 240 additions and 14 deletions

View File

@@ -53,10 +53,7 @@
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="GSv6FwdSvc" Wait="yes" />
</Component>
<Component Id="MiniupnpcDll">
<File Source="$(var.GSv6Fwd.TargetDir)\miniupnpc.dll" KeyPath="yes"/>
</Component>
<Component Id="LibnatpmpDll">
<File Source="$(var.GSv6Fwd.TargetDir)\libnatpmp.dll" KeyPath="yes"/>
<File Source="$(var.GSv6Fwd.TargetDir)miniupnpc.dll" KeyPath="yes"/>
</Component>
</ComponentGroup>
</Fragment>