diff options
Diffstat (limited to 'win/CS/Installer')
-rw-r--r-- | win/CS/Installer/Installer.nsi | 2 | ||||
-rw-r--r-- | win/CS/Installer/MakeNightly.nsi.tmpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/Installer/Installer.nsi b/win/CS/Installer/Installer.nsi index 1867c91d3..d87036b8f 100644 --- a/win/CS/Installer/Installer.nsi +++ b/win/CS/Installer/Installer.nsi @@ -133,6 +133,7 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
+ File "SplitButton.dll"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -195,6 +196,7 @@ Section Uninstall Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
+ Delete "$INSTDIR\SplitButton.dll"
Delete "$INSTDIR\Caliburn.Castle.dll"
Delete "$INSTDIR\Caliburn.Core.dll"
diff --git a/win/CS/Installer/MakeNightly.nsi.tmpl b/win/CS/Installer/MakeNightly.nsi.tmpl index 55bc38eb8..5eb92f7f5 100644 --- a/win/CS/Installer/MakeNightly.nsi.tmpl +++ b/win/CS/Installer/MakeNightly.nsi.tmpl @@ -133,6 +133,7 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
+ File "SplitButton.dll"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -186,6 +187,7 @@ Section Uninstall Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
+ Delete "$INSTDIR\SplitButton.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
|