From 6d9be05a6fb251ed0cbcbcefd55ed174b1e8e39d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 5 Jun 2012 13:37:30 +0200 Subject: fdo#47805 rework handling of 64-bit registry entries 64-bit registry entries were entered via a custom action, which did not always work. By default the custom action ran with user privileges, which were not sufficient to write the registry. It is not necessary to use custom actions for this task. Windows installer supports it well. Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4 --- scp2/source/base/registryitem_base.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2/source/base') diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp index 6cf2817b1dcb..0cf17820f057 100644 --- a/scp2/source/base/registryitem_base.scp +++ b/scp2/source/base/registryitem_base.scp @@ -114,7 +114,7 @@ End #ifdef _MSC_VER RegistryItem gid_Regitem_odb_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; - ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl; + ModuleID = gid_Module_Optional_Winexplorerext; Subkey = "LibreOffice.DatabaseDocument.1"; Name = "FullDetails"; Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName"; -- cgit