From c57ab6ee2a06191cf3690a0b897244e201c2ef28 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 7 Jul 2011 19:15:03 +0000 Subject: WinGui: Updated Nsis scripts. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4087 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/Installer/Installer.nsi | 2 ++ win/CS/Installer/MakeNightly.nsi.tmpl | 2 ++ 2 files changed, 4 insertions(+) (limited to 'win/CS/Installer') 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" -- cgit v1.2.3