diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:37:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:37:18 +0000 |
commit | 18f36c0a08456a90f8c867c31c783953f0229ae9 (patch) | |
tree | df04bc3571ea762cc46a6b47b160d4fa8e1f4bfe | |
parent | b058a2a1ca6641a26a9489759f04ca41af7aa7fb (diff) |
INTEGRATION: CWS native106 (1.21.238); FILE MERGED
2007/08/14 14:11:37 is 1.21.238.1: #i78125# starting apps from command line
-rw-r--r-- | scp2/source/ooo/registryitem_ooo.scp | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp index 6cdb9cec201c..6e72b4ed7f1f 100644 --- a/scp2/source/ooo/registryitem_ooo.scp +++ b/scp2/source/ooo/registryitem_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: registryitem_ooo.scp,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2007-01-25 11:57:54 $ + * last change: $Author: vg $ $Date: 2007-10-15 13:37:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -298,6 +298,21 @@ RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Soff Value = "<progpath>"; End +RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Unopkg_Exe + ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; + Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\unopkg.exe"; + ModuleID = gid_Module_Root; + Value = "<progpath>\program\unopkg.exe"; +End + +RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Unopkg_Exepath + ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; + Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\unopkg.exe"; + ModuleID = gid_Module_Root; + Name = "Path"; + Value = "<progpath>"; +End + RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Uninstall_Staroffice_Displayname ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; Subkey = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%PRODUCTNAME %PRODUCTVERSION"; |