aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/installer.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-03 00:38:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-03 00:38:39 +0200
commit5f8f24ad0b6b34a183074c8a4f59d346a17349eb (patch)
treec5cd40f610b0b0176afb6e94f93d62c621bffb8e /installer/installer.wxs
parentui: update irc channel (diff)
downloadwireguard-windows-5f8f24ad0b6b34a183074c8a4f59d346a17349eb.tar.xz
wireguard-windows-5f8f24ad0b6b34a183074c8a4f59d346a17349eb.zip
installer: add TODO nits
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--installer/installer.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/installer.wxs b/installer/installer.wxs
index 8248fc61..900c8a31 100644
--- a/installer/installer.wxs
+++ b/installer/installer.wxs
@@ -55,11 +55,12 @@
</ComponentGroup>
<InstallExecuteSequence>
+ <!-- TODO: this should not launch when msiexec is called with whatever flag means it shouldn't launch. -->
<Custom Action="LaunchApplication" After="PublishProduct">NOT Installed</Custom>
</InstallExecuteSequence>
<CustomAction Id="LaunchApplication" HideTarget="yes" Impersonate="no" Execute="deferred" FileKey="wireguard.exe" ExeCommand="" Return="asyncNoWait" />
- <!-- TODO: On uninstall: remove eventlog registration, remove system32\config\wireguard. -->
+ <!-- TODO: On uninstall remove system32\config\wireguard. -->
<!-- TODO: On install and uninstall, kill services. -->
</Fragment>
</Wix>