OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 27 Jun 2010 14:26:36 +0000 (14:26 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 27 Jun 2010 14:26:36 +0000 (14:26 +0000)
- Fix the Installer script to include the new Win7 API Dlls.

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

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

index 51ec1df..aa92ec0 100644 (file)
@@ -135,6 +135,8 @@ Section "Handbrake" SEC01
   File "Handbrake.exe.config"\r
   File "handbrakepineapple.ico"\r
   File "HandBrake.ApplicationServices.dll"\r
+  File "Microsoft.WindowsAPICodePack.Shell.dll"\r
+  File "Microsoft.WindowsAPICodePack.dll"\r
 \r
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
@@ -183,6 +185,8 @@ Section Uninstall
   Delete "$INSTDIR\Growl.CoreLibrary.dll"\r
   Delete "$INSTDIR\libgcc_s_sjlj-1.dll"\r
   Delete "$INSTDIR\HandBrake.ApplicationServices.dll"\r
+  Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"\r
+  Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"\r
   Delete "$INSTDIR\doc\AUTHORS"\r
   Delete "$INSTDIR\doc\COPYING"\r
   Delete "$INSTDIR\doc\CREDITS"\r
index 5a13a6b..7adbe40 100644 (file)
@@ -132,6 +132,8 @@ Section "Handbrake" SEC01
   File "Growl.CoreLibrary.dll"\r
   File "Handbrake.exe.config"\r
   File "HandBrake.ApplicationServices.dll"\r
+  File "Microsoft.WindowsAPICodePack.Shell.dll"\r
+  File "Microsoft.WindowsAPICodePack.dll"\r
 SectionEnd\r
 \r
 Section -AdditionalIcons\r
@@ -169,6 +171,8 @@ Section Uninstall
   Delete "$INSTDIR\Growl.Connector.dll"\r
   Delete "$INSTDIR\Growl.CoreLibrary.dll"\r
   Delete "$INSTDIR\HandBrake.ApplicationServices.dll"\r
+  Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"\r
+  Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"\r
   RMDir  "$INSTDIR"\r
   Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"\r
   Delete "$DESKTOP\Handbrake.lnk"\r