mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 07:15:32 +00:00
Fix minor installer build warnings
This commit is contained in:
parent
6b1a0856cc
commit
624af65b55
@ -27,6 +27,7 @@
|
|||||||
<Chain>
|
<Chain>
|
||||||
<ExePackage Name="Microsoft Visual C++ 2015-2019 Redistributable - x86"
|
<ExePackage Name="Microsoft Visual C++ 2015-2019 Redistributable - x86"
|
||||||
Cache="no"
|
Cache="no"
|
||||||
|
Compressed="no"
|
||||||
PerMachine="yes"
|
PerMachine="yes"
|
||||||
Permanent="yes"
|
Permanent="yes"
|
||||||
Vital="yes"
|
Vital="yes"
|
||||||
|
@ -53,10 +53,10 @@
|
|||||||
<Fragment>
|
<Fragment>
|
||||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||||
<Component Id="MiniupnpcDll">
|
<Component Id="MiniupnpcDll">
|
||||||
<File Source="$(var.miss.TargetDir)\miniupnpc.dll" KeyPath="yes"/>
|
<File Source="$(var.miss.TargetDir)miniupnpc.dll" KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="LibnatpmpDll">
|
<Component Id="LibnatpmpDll">
|
||||||
<File Source="$(var.miss.TargetDir)\libnatpmp.dll" KeyPath="yes"/>
|
<File Source="$(var.miss.TargetDir)libnatpmp.dll" KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="MISS">
|
<Component Id="MISS">
|
||||||
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
|
<File Source="$(var.miss.TargetPath)" KeyPath="yes">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user