summaryrefslogtreecommitdiffstats
path: root/win/C#/Installer/MakeNightly.nsi.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Installer/MakeNightly.nsi.tmpl')
-rw-r--r--win/C#/Installer/MakeNightly.nsi.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl
index 55db341f5..b7b6a2ed5 100644
--- a/win/C#/Installer/MakeNightly.nsi.tmpl
+++ b/win/C#/Installer/MakeNightly.nsi.tmpl
@@ -136,6 +136,7 @@ Section "Handbrake" SEC01
File "HandBrake.Framework.dll"
File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
+ File "HandBrakeInterop.dll"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -197,6 +198,7 @@ Section Uninstall
Delete "$INSTDIR\HandBrake.Framework.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
+ Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\Caliburn.Castle.dll"
Delete "$INSTDIR\Caliburn.Core.dll"