1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ure_standalone.scp,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 Installation gid_Installation_Ure
34 ProductName = "${PRODUCTNAME}";
35 ProductVersion = "${PRODUCTVERSION}";
36 ProductExtension = "${PRODUCTEXTENSION}";
37 OOoBaseVersion = "${OOOBASEVERSION}";
39 DefaultDestPath = "<winprogpath>\%PRODUCTNAME";
41 DefaultDestPath = "/opt/%PRODUCTNAME";
45 Directory gid_Dir_Ooo_Openofficeorg
46 ParentID = PREDEFINED_PROGDIR;
48 HostName = "OpenOffice.org";
50 HostName = "openoffice.org";
54 Directory gid_Dir_Common_Ure
55 ParentID = gid_Dir_Ooo_Openofficeorg;
61 Styles = (UREDIRECTORY);
64 File gid_File_License_Ure
66 Dir = gid_Dir_Common_Ure;
71 File gid_File_ThirdpartylicensereadmeHtml_Ure
73 Dir = gid_Dir_Common_Ure;
74 Name = "THIRDPARTYLICENSEREADME.html";
78 File gid_File_Readme_Ure
80 Dir = gid_Dir_Common_Ure;
87 Module gid_Module_Root
93 RegistryItem gid_Regitem_Ure_Software_Manufacturer_Productname_Productversion_Productcode_Install
94 ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
95 Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%PRODUCTCODE";
96 ModuleID = gid_Module_Root;
97 Name = "INSTALLLOCATION";
98 Value = "[INSTALLLOCATION]";
99 Styles = (ALWAYS_REQUIRED);
102 RegistryItem gid_Regitem_Ure_Software_Manufacturer_Productname_Productversion_Upgradecode_Install
103 ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
104 Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%UPGRADECODE";
105 ModuleID = gid_Module_Root;
106 Name = "INSTALLLOCATION";
107 Value = "[INSTALLLOCATION]";
108 Styles = (ALWAYS_REQUIRED);
111 RegistryItem gid_Regitem_Ure_Software_Manufacturer_Productname_Productversion_Productcode_Ureinstall
112 ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
113 Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%PRODUCTCODE";
114 ModuleID = gid_Module_Root;
115 Name = "UREINSTALLLOCATION";
116 Value = "[UREINSTALLLOCATION]";
117 Styles = (ALWAYS_REQUIRED);
120 RegistryItem gid_Regitem_Ure_Software_Manufacturer_Productname_Productversion_Upgradecode_Ureinstall
121 ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
122 Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%UPGRADECODE";
123 ModuleID = gid_Module_Root;
124 Name = "UREINSTALLLOCATION";
125 Value = "[UREINSTALLLOCATION]";
126 Styles = (ALWAYS_REQUIRED);