diff options
author | sr55 <[email protected]> | 2009-06-07 23:04:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-07 23:04:05 +0000 |
commit | 2b3ac1f2ae64e8591ffa6f3485bd131b8ff7d9ef (patch) | |
tree | 4594d79c72ac0e4f48fa69b8b260ac9128eabb16 /win/C#/Installer | |
parent | a4bc7d65af62d27c3b8d9a2f3c50f5938a46d9da (diff) |
WinGui:
- Checkin of the new picutre settings panel (before I end up accidentally losing working code)
- Modes: None, Strict and Loose work (mostly). Custom does not work (yet)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2497 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Installer')
-rw-r--r-- | win/C#/Installer/Installer.nsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index 4b1e7dee2..f666e270f 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -99,9 +99,7 @@ Section "Handbrake" SEC01 File "HandBrakeCLI.exe"
File "Handbrake.exe.config"
File "handbrakepineapple.ico"
- File "presets.xml"
- File "user_presets.xml"
-
+
SetOutPath "$INSTDIR\doc"
SetOverwrite ifnewer
File "doc\AUTHORS"
@@ -147,8 +145,6 @@ Section Uninstall Delete "$INSTDIR\handbrakepineapple.ico"
Delete "$INSTDIR\Handbrake.exe"
Delete "$INSTDIR\Handbrake.exe.config"
- Delete "$INSTDIR\presets.xml"
- Delete "$INSTDIR\user_presets.xml"
Delete "$INSTDIR\doc\AUTHORS"
Delete "$INSTDIR\doc\BUILD"
Delete "$INSTDIR\doc\COPYING"
|