From 60764b162d4598fed92f539d14009f2ad66a461c Mon Sep 17 00:00:00 2001 From: Frank Li Date: Mon, 16 Aug 2010 12:43:24 +0800 Subject: [PATCH] Registry entries for our custom Win7 library. New WiX component: Registry entries for our custom Win7 library. The library has its own default column sorting and view, and has four command buttons for commit, update, log and CfM. merge tortoisesvn 19469 --- src/TortoiseGitSetup/FeaturesFragment.wxi | 1 + src/TortoiseGitSetup/Includes.wxi | 31 ++++ src/TortoiseGitSetup/StructureFragment.wxi | 274 +++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+) diff --git a/src/TortoiseGitSetup/FeaturesFragment.wxi b/src/TortoiseGitSetup/FeaturesFragment.wxi index 108779635..2dd1b8fca 100644 --- a/src/TortoiseGitSetup/FeaturesFragment.wxi +++ b/src/TortoiseGitSetup/FeaturesFragment.wxi @@ -28,6 +28,7 @@ + diff --git a/src/TortoiseGitSetup/Includes.wxi b/src/TortoiseGitSetup/Includes.wxi index 884e16abc..f6a7789d4 100644 --- a/src/TortoiseGitSetup/Includes.wxi +++ b/src/TortoiseGitSetup/Includes.wxi @@ -102,6 +102,21 @@ + + + + + + + + + + + + + + + @@ -150,6 +165,22 @@ + + + + + + + + + + + + + + + + diff --git a/src/TortoiseGitSetup/StructureFragment.wxi b/src/TortoiseGitSetup/StructureFragment.wxi index 5d678b973..15d0ca82d 100644 --- a/src/TortoiseGitSetup/StructureFragment.wxi +++ b/src/TortoiseGitSetup/StructureFragment.wxi @@ -174,6 +174,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.4.GIT