diff options
author | sr55 <[email protected]> | 2011-07-07 19:15:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-07 19:15:03 +0000 |
commit | c57ab6ee2a06191cf3690a0b897244e201c2ef28 (patch) | |
tree | 87ee609d0fc18756b45c68ef91b6c9f2329241b2 /win | |
parent | a001e1d5b6d546c2ac9527f0dd458b6d30f47688 (diff) |
WinGui: Updated Nsis scripts.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4087 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/Installer/Installer.nsi | 2 | ||||
-rw-r--r-- | win/CS/Installer/MakeNightly.nsi.tmpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/Installer/Installer.nsi b/win/CS/Installer/Installer.nsi index d87036b8f..7a6c206a7 100644 --- a/win/CS/Installer/Installer.nsi +++ b/win/CS/Installer/Installer.nsi @@ -134,6 +134,7 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
File "SplitButton.dll"
+ File "Ookii.Dialogs.Wpf.dll"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -205,6 +206,7 @@ Section Uninstall Delete "$INSTDIR\Castle.MicroKernel.dll"
Delete "$INSTDIR\Castle.Windsor.dll"
Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"
+ Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
diff --git a/win/CS/Installer/MakeNightly.nsi.tmpl b/win/CS/Installer/MakeNightly.nsi.tmpl index 5eb92f7f5..a005ec983 100644 --- a/win/CS/Installer/MakeNightly.nsi.tmpl +++ b/win/CS/Installer/MakeNightly.nsi.tmpl @@ -134,6 +134,7 @@ Section "Handbrake" SEC01 File "Microsoft.WindowsAPICodePack.dll"
File "HandBrakeInterop.dll"
File "SplitButton.dll"
+ File "Ookii.Dialogs.Wpf.dll"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -188,6 +189,7 @@ Section Uninstall Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
+ Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
|