From 4f56da239de91cc1a1fdf3138bad5fff86b2bf96 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 2 Jun 2017 16:05:55 +0200 Subject: scp2: remove all ComponentConditions that test Windows versions Windows 7 (6.01) has all the features we want. Change-Id: I96356b2decb26af526bceda8081875d418f17274 --- scp2/inc/macros.inc | 5 +---- scp2/source/base/registryitem_base.scp | 2 -- scp2/source/calc/registryitem_calc.scp | 8 -------- scp2/source/draw/registryitem_draw.scp | 9 --------- scp2/source/impress/registryitem_impress.scp | 9 --------- scp2/source/math/registryitem_math.scp | 4 ---- .../source/winexplorerext/registryitem_winexplorerext.scp | 14 ++++---------- scp2/source/writer/registryitem_writer.scp | 15 --------------- 8 files changed, 5 insertions(+), 61 deletions(-) (limited to 'scp2') diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index fc17096b7f48..41c1040edd09 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -294,7 +294,6 @@ End RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_AppUserModelID) \ ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \ ModuleID = modid; \ - ComponentCondition = STRING(VersionNT >= 601); \ Subkey = STRING(CONCAT2(LibreOffice.,name)); \ Name = STRING(AppUserModelID); \ Value = STRING(CONCAT2(TheDocumentFoundation.LibreOffice.,doc_type)); \ @@ -435,7 +434,6 @@ End RegistryItem CONCAT2(gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_,extension) \ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; \ ModuleID = gid_Module_Optional_Winexplorerext; \ - ComponentCondition = "VersionNT >= 600"; \ Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \ End \ @@ -443,7 +441,7 @@ End RegistryItem CONCAT3(gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_,extension,_x64) \ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; \ ModuleID = gid_Module_Optional_Winexplorerext_x64; \ - ComponentCondition = "VersionNT64 >= 600"; \ + ComponentCondition = "VersionNT64"; \ Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \ End @@ -454,7 +452,6 @@ End RegistryItem CONCAT2(gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_,extension) \ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; \ ModuleID = gid_Module_Optional_Winexplorerext; \ - ComponentCondition = "VersionNT >= 600"; \ Subkey = STRING(CONCAT2(SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.,extension)); \ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \ End diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp index 69bf1d055f3e..ee7932ccd451 100644 --- a/scp2/source/base/registryitem_base.scp +++ b/scp2/source/base/registryitem_base.scp @@ -81,7 +81,6 @@ End RegistryItem gid_Regitem_Openoffice_Databasedocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Base_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.DatabaseDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Base"; @@ -108,7 +107,6 @@ 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"; diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp index e660c41c5983..b79f1665fe46 100644 --- a/scp2/source/calc/registryitem_calc.scp +++ b/scp2/source/calc/registryitem_calc.scp @@ -280,7 +280,6 @@ End RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -394,7 +393,6 @@ End RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -534,7 +532,6 @@ 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"; @@ -701,7 +698,6 @@ End RegistryItem gid_Regitem_Openoffice_Calcdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.CalcDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -728,7 +724,6 @@ 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"; @@ -839,7 +834,6 @@ 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"; @@ -907,7 +901,6 @@ End RegistryItem gid_Regitem_Openoffice_Calctemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.CalcTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -934,7 +927,6 @@ 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"; diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp index c33b9026433e..ffa97849da03 100644 --- a/scp2/source/draw/registryitem_draw.scp +++ b/scp2/source/draw/registryitem_draw.scp @@ -280,7 +280,6 @@ End RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarDrawDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -394,7 +393,6 @@ End RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarDrawTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -506,7 +504,6 @@ End RegistryItem gid_Regitem_std_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".std"; Value = "document"; @@ -585,7 +582,6 @@ End RegistryItem gid_Regitem_sxd_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sxd"; Value = "document"; @@ -701,7 +697,6 @@ End RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.DrawDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -728,7 +723,6 @@ End RegistryItem gid_Regitem_odg_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".odg"; Value = "document"; @@ -839,7 +833,6 @@ End RegistryItem gid_Regitem_fodg_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".fodg"; Value = "document"; @@ -907,7 +900,6 @@ End RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.DrawTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -934,7 +926,6 @@ End RegistryItem gid_Regitem_otg_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".otg"; Value = "document"; diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp index fdaef6c39528..d236715e6a81 100644 --- a/scp2/source/impress/registryitem_impress.scp +++ b/scp2/source/impress/registryitem_impress.scp @@ -280,7 +280,6 @@ End RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarImpressDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -408,7 +407,6 @@ End RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarImpressTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -520,7 +518,6 @@ End RegistryItem gid_Regitem_sti_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sti"; Value = "document"; @@ -599,7 +596,6 @@ End RegistryItem gid_Regitem_sxi_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sxi"; Value = "document"; @@ -716,7 +712,6 @@ End RegistryItem gid_Regitem_Openoffice_Impressdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.ImpressDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -743,7 +738,6 @@ End RegistryItem gid_Regitem_odp_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".odp"; Value = "document"; @@ -868,7 +862,6 @@ End RegistryItem gid_Regitem_fodp_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".fodp"; Value = "document"; @@ -936,7 +929,6 @@ End RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.ImpressTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -963,7 +955,6 @@ End RegistryItem gid_Regitem_otp_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".otp"; Value = "document"; diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index aa39a037779e..5ed9ae238b19 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -279,7 +279,6 @@ End RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarMathDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; @@ -449,7 +448,6 @@ 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"; @@ -557,7 +555,6 @@ End RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.MathDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; @@ -584,7 +581,6 @@ 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"; diff --git a/scp2/source/winexplorerext/registryitem_winexplorerext.scp b/scp2/source/winexplorerext/registryitem_winexplorerext.scp index 38a09fd42192..c144160f8391 100644 --- a/scp2/source/winexplorerext/registryitem_winexplorerext.scp +++ b/scp2/source/winexplorerext/registryitem_winexplorerext.scp @@ -405,7 +405,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_PropHdl ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext; - ComponentCondition = "VersionNT >= 600"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}"; Value = "%PRODUCTNAME Property Handler"; End @@ -413,7 +412,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_EnableShareDenyWrite ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext; - ComponentCondition = "VersionNT >= 600"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}"; Name = "EnableShareDenyNone"; Value = "#1"; @@ -424,7 +422,7 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_PropHdl_x64 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext_x64; - ComponentCondition = "VersionNT64 >= 600"; + ComponentCondition = "VersionNT64"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}"; Value = "%PRODUCTNAME Property Handler"; End @@ -432,7 +430,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_EnableShareDenyWrite_x64 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext_x64; - ComponentCondition = "VersionNT >= 600"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}"; Name = "EnableShareDenyNone"; Value = "#1"; @@ -443,7 +440,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext; - ComponentCondition = "VersionNT >= 600"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32"; Value = "[INSTALLLOCATION]program\shlxthdl\propertyhdl.dll"; End @@ -453,7 +449,7 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32_x64 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext_x64; - ComponentCondition = "VersionNT64 >= 600"; + ComponentCondition = "VersionNT64"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32"; Value = "[INSTALLLOCATION]program\shlxthdl\propertyhdl_x64.dll"; End @@ -463,7 +459,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32_TM ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext; - ComponentCondition = "VersionNT >= 600"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32"; Name = "ThreadingModel"; Value = "Apartment"; @@ -474,7 +469,7 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_InProcServer32_TM_x64 ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Optional_Winexplorerext_x64; - ComponentCondition = "VersionNT64 >= 600"; + ComponentCondition = "VersionNT64"; Subkey = "CLSID\{AE424E85-F6DF-4910-A6A9-438797986431}\InprocServer32"; Name = "ThreadingModel"; Value = "Apartment"; @@ -485,7 +480,6 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_Approved ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Optional_Winexplorerext; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"; Name = "{AE424E85-F6DF-4910-A6A9-438797986431}"; Value = "%PRODUCTNAME Property Handler"; @@ -496,7 +490,7 @@ End RegistryItem gid_Regitem_Clsid_AE424E85_F6DF_4910_A6A9_438797986431_Approved_x64 ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Optional_Winexplorerext_x64; - ComponentCondition = "VersionNT64 >= 600"; + ComponentCondition = "VersionNT64"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"; Name = "{AE424E85-F6DF-4910-A6A9-438797986431}"; Value = "%PRODUCTNAME Property Handler"; diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp index 71a06fc0a586..e91a50876557 100644 --- a/scp2/source/writer/registryitem_writer.scp +++ b/scp2/source/writer/registryitem_writer.scp @@ -280,7 +280,6 @@ End RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -401,7 +400,6 @@ End RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterGlobalDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -488,7 +486,6 @@ End RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -593,7 +590,6 @@ End RegistryItem gid_Regitem_stw_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".stw"; Value = "document"; @@ -656,7 +652,6 @@ End RegistryItem gid_Regitem_sxg_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sxg"; Value = "document"; @@ -735,7 +730,6 @@ End RegistryItem gid_Regitem_sxw_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".sxw"; Value = "document"; @@ -851,7 +845,6 @@ End RegistryItem gid_Regitem_Openoffice_Writerdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.WriterDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -884,7 +877,6 @@ End RegistryItem gid_Regitem_odt_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".odt"; Value = "document"; @@ -1012,7 +1004,6 @@ End RegistryItem gid_Regitem_fodt_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".fodt"; Value = "document"; @@ -1088,7 +1079,6 @@ End RegistryItem gid_Regitem_Openoffice_Writertemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.WriterTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1115,7 +1105,6 @@ End RegistryItem gid_Regitem_ott_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".ott"; Value = "document"; @@ -1240,7 +1229,6 @@ End RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.WriterGlobalDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1267,7 +1255,6 @@ End RegistryItem gid_Regitem_odm_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".odm"; Value = "document"; @@ -1392,7 +1379,6 @@ End RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 601"; Subkey = "LibreOffice.WriterWebTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1461,7 +1447,6 @@ End RegistryItem gid_Regitem_oth_KindMap ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\KindMap"; Name = ".oth"; Value = "document"; -- cgit