diff options
Diffstat (limited to 'win/CS/Installer')
-rw-r--r-- | win/CS/Installer/Installer.nsi | 2 | ||||
-rw-r--r-- | win/CS/Installer/Installer64.nsi | 2 | ||||
-rw-r--r-- | win/CS/Installer/MakeNightly.nsi.tmpl | 2 | ||||
-rw-r--r-- | win/CS/Installer/MakeNightly64.nsi.tmpl | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/Installer/Installer.nsi b/win/CS/Installer/Installer.nsi index b019ce15f..607bfb697 100644 --- a/win/CS/Installer/Installer.nsi +++ b/win/CS/Installer/Installer.nsi @@ -138,6 +138,7 @@ Section "Handbrake" SEC01 File "HandBrakeInterop.dll"
File "SplitButton.dll"
File "Ookii.Dialogs.Wpf.dll"
+ File "defaultsettings.xml"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -201,6 +202,7 @@ Section Uninstall Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
+ Delete "$INSTDIR\defaultsettings.dll"
Delete "$INSTDIR\Caliburn.Castle.dll"
Delete "$INSTDIR\Caliburn.Core.dll"
diff --git a/win/CS/Installer/Installer64.nsi b/win/CS/Installer/Installer64.nsi index 3b1df9ede..ae63028a4 100644 --- a/win/CS/Installer/Installer64.nsi +++ b/win/CS/Installer/Installer64.nsi @@ -138,6 +138,7 @@ Section "Handbrake" SEC01 File "HandBrakeInterop.dll"
File "SplitButton.dll"
File "Ookii.Dialogs.Wpf.dll"
+ File "defaultsettings.xml"
;File "Caliburn.Castle.dll"
;File "Caliburn.Core.dll"
@@ -201,6 +202,7 @@ Section Uninstall Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
+ Delete "$INSTDIR\defaultsettings.dll"
Delete "$INSTDIR\Caliburn.Castle.dll"
Delete "$INSTDIR\Caliburn.Core.dll"
diff --git a/win/CS/Installer/MakeNightly.nsi.tmpl b/win/CS/Installer/MakeNightly.nsi.tmpl index 35a354c08..865da9c36 100644 --- a/win/CS/Installer/MakeNightly.nsi.tmpl +++ b/win/CS/Installer/MakeNightly.nsi.tmpl @@ -138,6 +138,7 @@ Section "Handbrake" SEC01 File "HandBrakeInterop.dll"
File "SplitButton.dll"
File "Ookii.Dialogs.Wpf.dll"
+ File "defaultsettings.xml"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -193,6 +194,7 @@ Section Uninstall Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
+ Delete "$INSTDIR\defaultsettings.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
diff --git a/win/CS/Installer/MakeNightly64.nsi.tmpl b/win/CS/Installer/MakeNightly64.nsi.tmpl index 7b9d39628..b55e42f09 100644 --- a/win/CS/Installer/MakeNightly64.nsi.tmpl +++ b/win/CS/Installer/MakeNightly64.nsi.tmpl @@ -138,6 +138,7 @@ Section "Handbrake" SEC01 File "HandBrakeInterop.dll"
File "SplitButton.dll"
File "Ookii.Dialogs.Wpf.dll"
+ File "defaultsettings.xml"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
@@ -193,6 +194,7 @@ Section Uninstall Delete "$INSTDIR\HandBrakeInterop.dll"
Delete "$INSTDIR\SplitButton.dll"
Delete "$INSTDIR\Ookii.Dialogs.Wpf.dll"
+ Delete "$INSTDIR\defaultsettings.dll"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\COPYING"
|