summaryrefslogtreecommitdiff
path: root/scp2/source/math
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/math
parente1ff97ab62a94db662832bafe4441b063de2256a (diff)
don't set registry keys for Windows Vista+ on other systems
Diffstat (limited to 'scp2/source/math')
-rw-r--r--scp2/source/math/registryitem_math.scp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 5e8032958ca1..8fb43753a2db 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -288,6 +288,7 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "soffice.StarMathDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Math";
@@ -449,6 +450,7 @@ End
RegistryItem gid_Regitem_sxm_KindMap
ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
ModuleID = gid_Module_Prg_Math_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".sxm";
Value = "Document";
@@ -556,6 +558,7 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "opendocument.MathDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Math";
@@ -574,6 +577,7 @@ End
RegistryItem gid_Regitem_odf_KindMap
ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
ModuleID = gid_Module_Prg_Math_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap";
Name = ".odf";
Value = "Document";