summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-01-29 10:46:14 +0100
committerDirk Voelzke <dv@openoffice.org>2010-01-29 10:46:14 +0100
commitac0ef2459486980a93729812938dac9c3a12c6d1 (patch)
treec0bb5e61eb9320ca6bc515a94c32a16e3493d6b3 /scp2/source/winexplorerext
parent679bc322ed9caa9afc73bca8d89f77e1386f3d4c (diff)
dv17: #i70994#: Use own component for property handler
Diffstat (limited to 'scp2/source/winexplorerext')
-rwxr-xr-x[-rw-r--r--]scp2/source/winexplorerext/makefile.mk0
-rwxr-xr-xscp2/source/winexplorerext/module_winexplorerext.scp16
-rwxr-xr-xscp2/source/winexplorerext/registryitem_winexplorerext.scp9
3 files changed, 18 insertions, 7 deletions
diff --git a/scp2/source/winexplorerext/makefile.mk b/scp2/source/winexplorerext/makefile.mk
index 6fc8ef03b382..6fc8ef03b382 100644..100755
--- a/scp2/source/winexplorerext/makefile.mk
+++ b/scp2/source/winexplorerext/makefile.mk
diff --git a/scp2/source/winexplorerext/module_winexplorerext.scp b/scp2/source/winexplorerext/module_winexplorerext.scp
index 6136640dcc74..dbfdec28fa1e 100755
--- a/scp2/source/winexplorerext/module_winexplorerext.scp
+++ b/scp2/source/winexplorerext/module_winexplorerext.scp
@@ -32,7 +32,7 @@
Module gid_Module_Optional_Winexplorerext
MOD_NAME_DESC ( MODULE_OPTIONAL_WINDOWS_EXPLORER_EXTENSIONS );
- Sortkey = "1200";
+ Sortkey = "1205";
Default = YES;
Minimal = YES;
ParentID = gid_Module_Optional;
@@ -43,11 +43,21 @@ Module gid_Module_Optional_Winexplorerext
gid_File_Lib_OOoFiltProxy,
gid_File_Lib_OOoFilt64,
gid_File_Lib_OOoFiltProxy64,
- gid_File_Lib_PropertyHdl,
- gid_File_Lib_PropertyHdl64,
gid_File_Lib_Shlxthdl_Msvcr71,
gid_File_Lib_Shlxthdl_Stlport,
gid_File_Lib_Shlxtmsi,
gid_File_Lib_Reg64,
gid_File_Tmp_Userinstall_Winexplorerext_Inf);
End
+
+Module gid_Module_Optional_Winexplorerext_PropertyHdl
+ ParentID = gid_Module_Optional_Winexplorerext;
+ Name = "gid_Module_Optional_Winexplorerext_PropertyHdl";
+ Description = "gid_Module_Optional_Winexplorerext_PropertyHdl";
+ Sortkey = "1210";
+ Default = YES;
+ Styles = (HIDDEN_ROOT);
+ Dirs = (gid_Dir_Shlxthdl);
+ Files = (gid_File_Lib_PropertyHdl,
+ gid_File_Lib_PropertyHdl64);
+End
diff --git a/scp2/source/winexplorerext/registryitem_winexplorerext.scp b/scp2/source/winexplorerext/registryitem_winexplorerext.scp
index 74287aa482ba..0c315dc59569 100755
--- a/scp2/source/winexplorerext/registryitem_winexplorerext.scp
+++ b/scp2/source/winexplorerext/registryitem_winexplorerext.scp
@@ -190,7 +190,7 @@ End
RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_PropHdl
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Optional_Winexplorerext;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
ComponentCondition = "VersionNT >= 600";
Styles = (X64);
Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}";
@@ -200,7 +200,7 @@ End
RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Optional_Winexplorerext;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
ComponentCondition = "VersionNT >= 600";
Styles = (X64);
Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32";
@@ -210,7 +210,7 @@ End
RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32_ThreadingModel
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Optional_Winexplorerext;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
ComponentCondition = "VersionNT >= 600";
Styles = (X64);
Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32";
@@ -221,12 +221,13 @@ End
RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_Approved
ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
- ModuleID = gid_Module_Optional_Winexplorerext;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
ComponentCondition = "VersionNT >= 600";
Styles = (X64);
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved";
Name = "{AE424E85-F6DF-4910-A6A9-438797986431}";
Value = "%PRODUCTNAME Property Handler";
+ Val64 = "%PRODUCTNAME Property Handler";
End
// End registry entries for the Property handler