From f449c8223a5c7cfe1b769028190b552b3e377c06 Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Thu, 31 May 2012 09:46:25 +0200 Subject: fix VersionNT condition for AppUserModelID --- scp2/source/base/registryitem_base.scp | 2 +- scp2/source/calc/registryitem_calc.scp | 8 ++++---- scp2/source/draw/registryitem_draw.scp | 8 ++++---- scp2/source/impress/registryitem_impress.scp | 8 ++++---- scp2/source/math/registryitem_math.scp | 4 ++-- scp2/source/writer/registryitem_writer.scp | 14 +++++++------- 6 files changed, 22 insertions(+), 22 deletions(-) (limited to 'scp2') diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp index dadcb3ef6a2f..e584cdfed4a3 100644 --- a/scp2/source/base/registryitem_base.scp +++ b/scp2/source/base/registryitem_base.scp @@ -97,7 +97,7 @@ End RegistryItem gid_Regitem_Openoffice_Databasedocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Base_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.DatabaseDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Base"; diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp index c469e2529371..102dd624a0e4 100644 --- a/scp2/source/calc/registryitem_calc.scp +++ b/scp2/source/calc/registryitem_calc.scp @@ -289,7 +289,7 @@ End RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -403,7 +403,7 @@ End RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarCalcTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -710,7 +710,7 @@ End RegistryItem gid_Regitem_Openoffice_Calcdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.CalcDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; @@ -938,7 +938,7 @@ End RegistryItem gid_Regitem_Openoffice_Calctemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Calc_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.CalcTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Calc"; diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp index 1bcfd1374e56..3d780ff01460 100644 --- a/scp2/source/draw/registryitem_draw.scp +++ b/scp2/source/draw/registryitem_draw.scp @@ -289,7 +289,7 @@ End RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarDrawDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -403,7 +403,7 @@ End RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarDrawTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -710,7 +710,7 @@ End RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.DrawDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; @@ -938,7 +938,7 @@ End RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Draw_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.DrawTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Draw"; diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp index f360ff656cb8..aef1116d6375 100644 --- a/scp2/source/impress/registryitem_impress.scp +++ b/scp2/source/impress/registryitem_impress.scp @@ -289,7 +289,7 @@ End RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarImpressDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -417,7 +417,7 @@ End RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarImpressTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -725,7 +725,7 @@ End RegistryItem gid_Regitem_Openoffice_Impressdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.ImpressDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; @@ -967,7 +967,7 @@ End RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Impress_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.ImpressTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Impress"; diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index 44709eabe38b..bf840c65436f 100644 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -288,7 +288,7 @@ End RegistryItem gid_Regitem_Soffice_Starmathdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarMathDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; @@ -566,7 +566,7 @@ End RegistryItem gid_Regitem_Openoffice_Mathdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Math_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.MathDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Math"; diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp index 360a6ca5f356..791169170604 100644 --- a/scp2/source/writer/registryitem_writer.scp +++ b/scp2/source/writer/registryitem_writer.scp @@ -289,7 +289,7 @@ End RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -410,7 +410,7 @@ End RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterGlobalDocument.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -497,7 +497,7 @@ End RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "soffice.StarWriterTemplate.6"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -860,7 +860,7 @@ End RegistryItem gid_Regitem_Openoffice_Writerdocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.WriterDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1111,7 +1111,7 @@ End RegistryItem gid_Regitem_Openoffice_Writertemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.WriterTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1263,7 +1263,7 @@ End RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.WriterGlobalDocument.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; @@ -1415,7 +1415,7 @@ End RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_AppUserModelID ParentID = PREDEFINED_HKEY_CLASSES_ROOT; ModuleID = gid_Module_Prg_Wrt_Bin; - ComponentCondition = "VersionNT >= 600"; + ComponentCondition = "VersionNT >= 601"; Subkey = "opendocument.WriterWebTemplate.1"; Name = "AppUserModelID"; Value = "TheDocumentFoundation.LibreOffice.Writer"; -- cgit