aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-01 09:49:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-01 09:52:16 +0200
commit0047901952de45dff95abef78d333f5c866627a1 (patch)
treecdc90e3c18843a3ea967923bfede4bd201357dd2 /installer/wireguard.wxs
parentui: fix logic error in confview (diff)
downloadwireguard-windows-0047901952de45dff95abef78d333f5c866627a1.tar.xz
wireguard-windows-0047901952de45dff95abef78d333f5c866627a1.zip
installer: remove window flash and add logging
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--installer/wireguard.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 3d4766dc..c88e7af9 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -27,7 +27,7 @@
<MediaTemplate EmbedCab="yes" CompressionLevel="high"/>
<Icon Id="icon.ico" SourceFile="..\ui\icon\icon.ico"/>
- <Binary Id="ca.js" SourceFile="ca.js"/>
+ <Binary Id="serviceevaluation.js" SourceFile="serviceevaluation.js"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico"/>
<Property Id="ARPURLINFOABOUT" Value="https://www.wireguard.com/"/>
@@ -100,7 +100,7 @@
<!--
Evaluate WireGuard services and populate ServiceControl table
-->
- <CustomAction Id="EvaluateWireGuardServices" BinaryKey="ca.js" JScriptCall="EvaluateWireGuardServices"/>
+ <CustomAction Id="EvaluateWireGuardServices" BinaryKey="serviceevaluation.js" JScriptCall="EvaluateWireGuardServices"/>
<InstallExecuteSequence>
<Custom Action="EvaluateWireGuardServices" After="FindRelatedProducts"/>
</InstallExecuteSequence>