From b1501dd8330ed37145bfd94d2ee4851890252429 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 22 May 2011 20:30:41 +0000 Subject: 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 --- win/CS/Installer/Installer.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/CS/Installer/Installer.nsi') 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" -- cgit v1.2.3