diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-05-22 09:39:50 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-05-22 09:39:50 +0200 |
commit | 19e5bf6c2ffa7aedeae8e30d673680316b337a48 (patch) | |
tree | ffc8bf74890c9b13b6bb30b2d43cd48597fed789 /scp2/source/math/registryitem_math.scp | |
parent | e1ff97ab62a94db662832bafe4441b063de2256a (diff) |
don't set registry keys for Windows Vista+ on other systems
Diffstat (limited to 'scp2/source/math/registryitem_math.scp')
-rw-r--r-- | scp2/source/math/registryitem_math.scp | 4 |
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"; |