summaryrefslogtreecommitdiff
path: root/scp2/source/draw/registryitem_draw.scp
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/draw/registryitem_draw.scp
parente1ff97ab62a94db662832bafe4441b063de2256a (diff)
don't set registry keys for Windows Vista+ on other systems
Diffstat (limited to 'scp2/source/draw/registryitem_draw.scp')
-rw-r--r--scp2/source/draw/registryitem_draw.scp9
1 files changed, 9 insertions, 0 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index c461a4f91c02..73670ebc1dad 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -289,6 +289,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "soffice.StarDrawDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -394,6 +395,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "soffice.StarDrawTemplate.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -497,6 +499,7 @@ 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";
@@ -575,6 +578,7 @@ 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";
@@ -690,6 +694,7 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "opendocument.DrawDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -708,6 +713,7 @@ 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";
@@ -840,6 +846,7 @@ 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,6 +914,7 @@ End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
+ ComponentCondition = "VersionNT >= 600";
Subkey = "opendocument.DrawTemplate.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Draw";
@@ -925,6 +933,7 @@ 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";