summaryrefslogtreecommitdiff
path: root/winrc/setup.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'winrc/setup.nsi')
-rw-r--r--winrc/setup.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/winrc/setup.nsi b/winrc/setup.nsi
index 99e34f2e2c92..cd9fc76dfdab 100644
--- a/winrc/setup.nsi
+++ b/winrc/setup.nsi
@@ -107,6 +107,7 @@ section "-hidden.postinstall"
File "..\unbound-service-install.exe"
File "..\unbound-service-remove.exe"
File "..\anchor-update.exe"
+ File "unbound-control-setup.cmd"
File "unbound-website.url"
File "service.conf"
File "..\doc\example.conf"
@@ -209,6 +210,7 @@ section "un.Unbound"
Delete "$INSTDIR\unbound-service-install.exe"
Delete "$INSTDIR\unbound-service-remove.exe"
Delete "$INSTDIR\anchor-update.exe"
+ Delete "$INSTDIR\unbound-control-setup.cmd"
Delete "$INSTDIR\unbound-website.url"
Delete "$INSTDIR\service.conf"
Delete "$INSTDIR\example.conf"