summaryrefslogtreecommitdiffstats
path: root/win/CS/Installer/MakeNightly64.nsi.tmpl
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-08-15 19:23:58 +0000
committersr55 <[email protected]>2011-08-15 19:23:58 +0000
commit746186658150dcbca2721d6d6fea77b4d7c09467 (patch)
treeebf2f050abe5418dbf4acf6cb1602815eb786d49 /win/CS/Installer/MakeNightly64.nsi.tmpl
parent774af7004dd17c59fee9606273cd52a24867eb98 (diff)
WinGui: Add a service manager to maintain single instances of services & update the user settings service to import defaults from an xml file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Installer/MakeNightly64.nsi.tmpl')
-rw-r--r--win/CS/Installer/MakeNightly64.nsi.tmpl2
1 files changed, 2 insertions, 0 deletions
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"