summaryrefslogtreecommitdiffstats
path: root/win/CS/Installer
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Installer')
-rw-r--r--win/CS/Installer/Installer.nsi2
-rw-r--r--win/CS/Installer/MakeNightly.nsi.tmpl2
2 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/Installer/Installer.nsi b/win/CS/Installer/Installer.nsi
index d87036b8f..7a6c206a7 100644
--- a/win/CS/Installer/Installer.nsi
+++ b/win/CS/Installer/Installer.nsi
@@ -134,6 +134,7 @@ Section "Handbrake" SEC01
File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
File "SplitButton.dll"
+ File "Ookii.Dialogs.Wpf.dll"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -205,6 +206,7 @@ Section Uninstall
Delete "$INSTDIR\Castle.MicroKernel.dll"
Delete "$INSTDIR\Castle.Windsor.dll"
Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"
+ Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
diff --git a/win/CS/Installer/MakeNightly.nsi.tmpl b/win/CS/Installer/MakeNightly.nsi.tmpl
index 5eb92f7f5..a005ec983 100644
--- a/win/CS/Installer/MakeNightly.nsi.tmpl
+++ b/win/CS/Installer/MakeNightly.nsi.tmpl
@@ -134,6 +134,7 @@ Section "Handbrake" SEC01
File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
File "SplitButton.dll"
+ File "Ookii.Dialogs.Wpf.dll"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -188,6 +189,7 @@ Section Uninstall
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
+ Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"