diff options
author | sr55 <[email protected]> | 2010-09-19 12:41:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-09-19 12:41:50 +0000 |
commit | 6cba1cf7632f6e48b7114be34a4dbc014e9d42f6 (patch) | |
tree | be39eaa7514159b8c66175c0c72a1eb8f4e49d66 /win/C# | |
parent | 23ab1d79d43d78fb61ece173458f16e5b75088fd (diff) |
WinGui:
- Update the installer files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3547 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r-- | win/C#/Installer/Installer.nsi | 2 | ||||
-rw-r--r-- | win/C#/Installer/MakeNightly.nsi.tmpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index c3013a88e..0ed16003c 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -135,6 +135,7 @@ Section "Handbrake" SEC01 File "Handbrake.exe.config"
File "handbrakepineapple.ico"
File "HandBrake.ApplicationServices.dll"
+ File "HandBrake.Framework.dll"
File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
@@ -185,6 +186,7 @@ Section Uninstall Delete "$INSTDIR\Growl.CoreLibrary.dll"
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
Delete "$INSTDIR\HandBrake.ApplicationServices.dll"
+ Delete "$INSTDIR\HandBrake.Framework.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\doc\AUTHORS"
diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl index de049fb4f..a22c45ae4 100644 --- a/win/C#/Installer/MakeNightly.nsi.tmpl +++ b/win/C#/Installer/MakeNightly.nsi.tmpl @@ -133,6 +133,7 @@ Section "Handbrake" SEC01 File "Growl.CoreLibrary.dll"
File "Handbrake.exe.config"
File "HandBrake.ApplicationServices.dll"
+ File "HandBrake.Framework.dll"
File "Microsoft.WindowsAPICodePack.Shell.dll"
File "Microsoft.WindowsAPICodePack.dll"
@@ -185,6 +186,7 @@ Section Uninstall Delete "$INSTDIR\Growl.CoreLibrary.dll"
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
Delete "$INSTDIR\HandBrake.ApplicationServices.dll"
+ Delete "$INSTDIR\HandBrake.Framework.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\doc\AUTHORS"
|