diff options
author | sr55 <[email protected]> | 2010-10-23 21:14:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-10-23 21:14:08 +0000 |
commit | bb2ca7d27fa7ba9cd5a9305b217a324f479d3fd9 (patch) | |
tree | b36c33b54be7118bb10be23cfe275ea6efe13548 /win/C#/Installer/MakeNightly.nsi.tmpl | |
parent | 230295694e96bb9402974c641954529bf11c4375 (diff) |
WinGui:
- Bring in Caliburn 1.1 and Windsor / Service Locator. (For a later release)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3624 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Installer/MakeNightly.nsi.tmpl')
-rw-r--r-- | win/C#/Installer/MakeNightly.nsi.tmpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl index a22c45ae4..9aceb637d 100644 --- a/win/C#/Installer/MakeNightly.nsi.tmpl +++ b/win/C#/Installer/MakeNightly.nsi.tmpl @@ -137,6 +137,13 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
+ File "Caliburn.Castle.dll"
+ File "Caliburn.Core.dll"
+ File "Castle.Core.dll"
+ File "Castle.DynamicProxy2.dll"
+ File "Castle.MicroKernel.dll"
+ File "Castle.Windsor.dll"
+
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
SetOverwrite ifnewer
@@ -189,6 +196,14 @@ Section Uninstall Delete "$INSTDIR\HandBrake.Framework.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
+
+ Delete "$INSTDIR\Caliburn.Castle.dll"
+ Delete "$INSTDIR\Caliburn.Core.dll"
+ Delete "$INSTDIR\Castle.Core.dll"
+ Delete "$INSTDIR\Castle.DynamicProxy2.dll"
+ Delete "$INSTDIR\Castle.MicroKernel.dll"
+ Delete "$INSTDIR\Castle.Windsor.dll"
+
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
Delete "$INSTDIR\doc\CREDITS"
|