diff options
author | sr55 <[email protected]> | 2011-05-22 20:30:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-05-22 20:30:41 +0000 |
commit | b1501dd8330ed37145bfd94d2ee4851890252429 (patch) | |
tree | 10693584b87aaca2688c4763ad84146adb31b443 /win/CS/Installer | |
parent | 15239d24fe9d760fcd594c68ac979136e718c43c (diff) |
WinGui: Update the Installer.nsi to include the splitbutton control dll.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3997 b64f7644-9d1e-0410-96f1-a4d463321fa5
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"
|