Update installer for new DLLs
This commit is contained in:
@@ -13,6 +13,23 @@
|
|||||||
<WixVariable Id="WixUILicenseRtf" Value="" />
|
<WixVariable Id="WixUILicenseRtf" Value="" />
|
||||||
|
|
||||||
<Chain>
|
<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 Id="mish" SourceFile="$(var.mish.TargetPath)" />
|
||||||
<MsiPackage SourceFile="$(var.GSv6FwdSetup.TargetPath)" />
|
<MsiPackage SourceFile="$(var.GSv6FwdSetup.TargetPath)" />
|
||||||
</Chain>
|
</Chain>
|
||||||
|
|||||||
@@ -52,6 +52,12 @@
|
|||||||
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
<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">
|
<Component Id="MISS">
|
||||||
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
|
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
|
||||||
<fire:FirewallException Id="MISSFwException"
|
<fire:FirewallException Id="MISSFwException"
|
||||||
|
|||||||
Reference in New Issue
Block a user