From: sr55 Date: Sun, 27 Jun 2010 14:26:36 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f86b43c7c7095df16af8addb636b2f1efe5d79cc;p=handbrake-jp%2Fhandbrake-jp-git.git WinGui: - Fix the Installer script to include the new Win7 API Dlls. git-svn-id: svn://localhost/HandBrake/trunk@3414 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index 51ec1df6..aa92ec01 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -135,6 +135,8 @@ Section "Handbrake" SEC01 File "Handbrake.exe.config" File "handbrakepineapple.ico" File "HandBrake.ApplicationServices.dll" + File "Microsoft.WindowsAPICodePack.Shell.dll" + File "Microsoft.WindowsAPICodePack.dll" SetOutPath "$INSTDIR\doc" SetOverwrite ifnewer @@ -183,6 +185,8 @@ Section Uninstall Delete "$INSTDIR\Growl.CoreLibrary.dll" Delete "$INSTDIR\libgcc_s_sjlj-1.dll" Delete "$INSTDIR\HandBrake.ApplicationServices.dll" + Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll" + Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll" Delete "$INSTDIR\doc\AUTHORS" Delete "$INSTDIR\doc\COPYING" Delete "$INSTDIR\doc\CREDITS" diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl index 5a13a6b5..7adbe40d 100644 --- a/win/C#/Installer/MakeNightly.nsi.tmpl +++ b/win/C#/Installer/MakeNightly.nsi.tmpl @@ -132,6 +132,8 @@ Section "Handbrake" SEC01 File "Growl.CoreLibrary.dll" File "Handbrake.exe.config" File "HandBrake.ApplicationServices.dll" + File "Microsoft.WindowsAPICodePack.Shell.dll" + File "Microsoft.WindowsAPICodePack.dll" SectionEnd Section -AdditionalIcons @@ -169,6 +171,8 @@ Section Uninstall Delete "$INSTDIR\Growl.Connector.dll" Delete "$INSTDIR\Growl.CoreLibrary.dll" Delete "$INSTDIR\HandBrake.ApplicationServices.dll" + Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll" + Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll" RMDir "$INSTDIR" Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk" Delete "$DESKTOP\Handbrake.lnk"