summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-22 09:39:50 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-22 09:39:50 +0200
commit19e5bf6c2ffa7aedeae8e30d673680316b337a48 (patch)
treeffc8bf74890c9b13b6bb30b2d43cd48597fed789 /scp2/source/base
parente1ff97ab62a94db662832bafe4441b063de2256a (diff)
don't set registry keys for Windows Vista+ on other systems
Diffstat (limited to 'scp2/source/base')
-rw-r--r--scp2/source/base/registryitem_base.scp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp
index e763fd30d330..f2772126ba61 100644
--- a/scp2/source/base/registryitem_base.scp
+++ b/scp2/source/base/registryitem_base.scp
@@ -97,6 +97,7 @@ End
RegistryItem gid_Regitem_Openoffice_Databasedocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Base_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "opendocument.DatabaseDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Base";
@@ -115,6 +116,7 @@ End
RegistryItem gid_Regitem_odb_KindMap
ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
ModuleID = gid_Module_Prg_Base_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".odb";
Value = "Document";