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/calc | |
parent | e1ff97ab62a94db662832bafe4441b063de2256a (diff) |
don't set registry keys for Windows Vista+ on other systems
Diffstat (limited to 'scp2/source/calc')
-rw-r--r-- | scp2/source/calc/registryitem_calc.scp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp index 08dfece3d996..6bcd1ce60a4a 100644 --- a/scp2/source/calc/registryitem_calc.scp +++ b/scp2/source/calc/registryitem_calc.scp @@ -289,6 +289,7 @@ End RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "soffice.StarCalcDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -394,6 +395,7 @@ End RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "soffice.StarCalcTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -525,6 +527,7 @@ End RegistryItem gid_Regitem_stc_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".stc"; Value = "Document"; @@ -691,6 +694,7 @@ End RegistryItem gid_Regitem_Openoffice_Calcdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "opendocument.CalcDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -709,6 +713,7 @@ End RegistryItem gid_Regitem_ods_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".ods"; Value = "Document"; @@ -841,6 +846,7 @@ End RegistryItem gid_Regitem_fods_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".fods"; Value = "Document"; @@ -908,6 +914,7 @@ End RegistryItem gid_Regitem_Openoffice_Calctemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "opendocument.CalcTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -926,6 +933,7 @@ End RegistryItem gid_Regitem_ots_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Calc_Bin; + ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".ots"; Value = "Document"; |