diff options
Diffstat (limited to 'win/C#/Installer/Installer.nsi')
-rw-r--r-- | win/C#/Installer/Installer.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index 51ec1df64..aa92ec015 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"
|