summaryrefslogtreecommitdiffstats
path: root/win/C#/Installer/MakeNightly.nsi.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Installer/MakeNightly.nsi.tmpl')
-rw-r--r--win/C#/Installer/MakeNightly.nsi.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/C#/Installer/MakeNightly.nsi.tmpl b/win/C#/Installer/MakeNightly.nsi.tmpl
index 5a13a6b58..7adbe40d7 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"