]> granicus.if.org Git - handbrake/commitdiff
WinGui: Updated Nsis scripts.
authorsr55 <sr55.hb@outlook.com>
Thu, 7 Jul 2011 19:15:03 +0000 (19:15 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 7 Jul 2011 19:15:03 +0000 (19:15 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4087 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/Installer/Installer.nsi
win/CS/Installer/MakeNightly.nsi.tmpl

index d87036b8f8f396b4a80f483c2d0178602986fb55..7a6c206a786ae3a811073e9958a5ee69eebf419f 100644 (file)
@@ -134,6 +134,7 @@ Section "Handbrake" SEC01
   File "Microsoft.WindowsAPICodePack.dll"\r
   File "HandBrakeInterop.dll"\r
   File "SplitButton.dll"\r
+  File "Ookii.Dialogs.Wpf.dll"\r
 \r
   ;File "Caliburn.Castle.dll"\r
   ;File "Caliburn.Core.dll"\r
@@ -205,6 +206,7 @@ Section Uninstall
   Delete "$INSTDIR\Castle.MicroKernel.dll"\r
   Delete "$INSTDIR\Castle.Windsor.dll"\r
   Delete "$INSTDIR\Microsoft.Practices.ServiceLocation.dll"\r
+  Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"\r
 \r
   Delete "$INSTDIR\doc\AUTHORS"\r
   Delete "$INSTDIR\doc\COPYING"\r
index 5eb92f7f5963c299dfb612852ea375343a9fc6e2..a005ec9835e79f958f279ea08e388c2c527828ca 100644 (file)
@@ -134,6 +134,7 @@ Section "Handbrake" SEC01
   File "Microsoft.WindowsAPICodePack.dll"\r
   File "HandBrakeInterop.dll"\r
   File "SplitButton.dll"\r
+  File "Ookii.Dialogs.Wpf.dll"\r
 \r
   ; Copy the standard doc set into the doc folder\r
   SetOutPath "$INSTDIR\doc"\r
@@ -188,6 +189,7 @@ Section Uninstall
   Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"\r
   Delete "$INSTDIR\HandBrakeInterop.dll"\r
   Delete "$INSTDIR\SplitButton.dll"\r
+  Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"\r
 \r
   Delete "$INSTDIR\doc\AUTHORS"\r
   Delete "$INSTDIR\doc\COPYING"\r