Fix minor installer build warnings
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
+2
-2
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user