diff options
Diffstat (limited to 'win/C#/Installer/MakeNightly.nsi.tmpl')
-rw-r--r-- | win/C#/Installer/MakeNightly.nsi.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl index 9aceb637d..ef9f6666f 100644 --- a/win/C#/Installer/MakeNightly.nsi.tmpl +++ b/win/C#/Installer/MakeNightly.nsi.tmpl @@ -143,6 +143,7 @@ Section "Handbrake" SEC01 File "Castle.DynamicProxy2.dll"
File "Castle.MicroKernel.dll"
File "Castle.Windsor.dll"
+ File "Microsoft.Practices.ServiceLocation.dll"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -203,6 +204,7 @@ Section Uninstall Delete "$INSTDIR\Castle.DynamicProxy2.dll"
Delete "$INSTDIR\Castle.MicroKernel.dll"
Delete "$INSTDIR\Castle.Windsor.dll"
+ Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
|