diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp index 2dc06f84a6d9..ef153d22ac27 100644 --- a/scp2/source/ooo/registryitem_ooo.scp +++ b/scp2/source/ooo/registryitem_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: registryitem_ooo.scp,v $ * -* $Revision: 1.2 $ +* $Revision: 1.3 $ * -* last change: $Author: rt $ $Date: 2004-05-03 07:35:36 $ +* last change: $Author: kz $ $Date: 2004-06-11 17:54:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -396,6 +396,14 @@ RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Sta Value = "http://www.openoffice.org/dev_docs/source/download.html#newsoftware"; End +RegistryItem gid_Regitem_Software_Openoffice_Productname_Productversion_Path + ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; + Subkey = "Software\OpenOffice.org\%PRODUCTNAME\%PRODUCTVERSION"; + ModuleID = gid_Module_Root; + Name = "Path"; + Value = "\program\soffice.exe"; +End + RegistryItem gid_Regitem_Sog ParentID = PREDEFINED_HKEY_CLASSES_ROOT; Subkey = ".sog";