summaryrefslogtreecommitdiff
path: root/scp2/source/writer/registryitem_writer.scp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:37:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:37:32 +0000
commitdf02494d3c156b0da5da555bedd17e178d56447b (patch)
tree9e1e0ef5dc44be60abeb624f5280fce47b851341 /scp2/source/writer/registryitem_writer.scp
parent18f36c0a08456a90f8c867c31c783953f0229ae9 (diff)
INTEGRATION: CWS native106 (1.11.238); FILE MERGED
2007/08/14 14:11:38 is 1.11.238.1: #i78125# starting apps from command line
Diffstat (limited to 'scp2/source/writer/registryitem_writer.scp')
-rw-r--r--scp2/source/writer/registryitem_writer.scp19
1 files changed, 17 insertions, 2 deletions
diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp
index 6619886ecc62..259967e80ab7 100644
--- a/scp2/source/writer/registryitem_writer.scp
+++ b/scp2/source/writer/registryitem_writer.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_writer.scp,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:58:07 $
+ * last change: $Author: vg $ $Date: 2007-10-15 13:37:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1712,3 +1712,18 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Value = "opendocument.WriterDocument.1";
Styles = (PATCH);
End
+
+RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Swriter_Exe
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\swriter.exe";
+ ModuleID = gid_Module_Prg_Wrt_Bin;
+ Value = "<progpath>\program\swriter.exe";
+End
+
+RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Swriter_Exepath
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "Software\Microsoft\Windows\CurrentVersion\App Paths\swriter.exe";
+ ModuleID = gid_Module_Prg_Wrt_Bin;
+ Name = "Path";
+ Value = "<progpath>";
+End