Update installer for new DLLs

This commit is contained in:
Cameron Gutman
2020-11-29 15:58:20 -06:00
parent 5e09217af4
commit e7db5242c9
2 changed files with 23 additions and 0 deletions

View File

@@ -13,6 +13,23 @@
<WixVariable Id="WixUILicenseRtf" Value="" />
<Chain>
<ExePackage Name="Microsoft Visual C++ 2015-2019 Redistributable"
Cache="no"
PerMachine="yes"
Permanent="yes"
Vital="yes"
InstallCommand="/install /quiet /norestart"
DownloadUrl="https://moonlight-stream.org/downloads/vcredist/14.28.29334/vcredist_x86.exe">
<RemotePayload Description="Microsoft Visual C++ 2015-2019 Redistributable"
ProductName="Microsoft Visual C++ 2015-2019 Redistributable"
Size="14328440"
Version="14.28.29334.0"
Hash="17674FCC6CF3A2FFDC391BDCDE082AA936E37A89"/>
<!-- Newer version installed is fine -->
<ExitCode Value="1638" Behavior="success" />
</ExePackage>
<MsiPackage Id="mish" SourceFile="$(var.mish.TargetPath)" />
<MsiPackage SourceFile="$(var.GSv6FwdSetup.TargetPath)" />
</Chain>

View File

@@ -52,6 +52,12 @@
<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="MiniupnpcDll">
<File Source="$(var.miss.TargetDir)\miniupnpc.dll" KeyPath="yes"/>
</Component>
<Component Id="LibnatpmpDll">
<File Source="$(var.miss.TargetDir)\libnatpmp.dll" KeyPath="yes"/>
</Component>
<Component Id="MISS">
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
<fire:FirewallException Id="MISSFwException"