OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 24 Oct 2010 10:58:36 +0000 (10:58 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 24 Oct 2010 10:58:36 +0000 (10:58 +0000)
- Fix the nightly build. Was missing the service location dll.

git-svn-id: svn://localhost/HandBrake/trunk@3626 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Installer/Installer.nsi
win/C#/Installer/MakeNightly.nsi.tmpl

index 48b8c4a..1b8320e 100644 (file)
@@ -145,7 +145,8 @@ Section "Handbrake" SEC01
   File "Castle.DynamicProxy2.dll"\r
   File "Castle.MicroKernel.dll"\r
   File "Castle.Windsor.dll"\r
-\r
+  File "Microsoft.Practices.ServiceLocation.dll"\r
\r
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
   File "doc\AUTHORS"\r
@@ -203,6 +204,7 @@ Section Uninstall
   Delete "$INSTDIR\Castle.DynamicProxy2.dll"\r
   Delete "$INSTDIR\Castle.MicroKernel.dll"\r
   Delete "$INSTDIR\Castle.Windsor.dll"\r
+  Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"\r
 \r
   Delete "$INSTDIR\doc\AUTHORS"\r
   Delete "$INSTDIR\doc\COPYING"\r
index 9aceb63..ef9f666 100644 (file)
@@ -143,6 +143,7 @@ Section "Handbrake" SEC01
   File "Castle.DynamicProxy2.dll"\r
   File "Castle.MicroKernel.dll"\r
   File "Castle.Windsor.dll"\r
+  File "Microsoft.Practices.ServiceLocation.dll"\r
 \r
   ; Copy the standard doc set into the doc folder\r
   SetOutPath "$INSTDIR\doc"\r
@@ -203,6 +204,7 @@ Section Uninstall
   Delete "$INSTDIR\Castle.DynamicProxy2.dll"\r
   Delete "$INSTDIR\Castle.MicroKernel.dll"\r
   Delete "$INSTDIR\Castle.Windsor.dll"\r
+  Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"\r
 \r
   Delete "$INSTDIR\doc\AUTHORS"\r
   Delete "$INSTDIR\doc\COPYING"\r