Update ooo320-m1
[ooovba.git] / scp2 / source / ooo / ure_standalone.scp
blobd4fd951c977137410a6ed1a91a9f57ffb6a174f1
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: ure_standalone.scp,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "macros.inc"
33 Installation gid_Installation_Ure
34     ProductName = "${PRODUCTNAME}";
35     ProductVersion = "${PRODUCTVERSION}";
36     ProductExtension = "${PRODUCTEXTENSION}";
37     OOoBaseVersion = "${OOOBASEVERSION}";
38 #if defined WNT
39     DefaultDestPath = "<winprogpath>\%PRODUCTNAME";
40 #else
41     DefaultDestPath = "/opt/%PRODUCTNAME";
42 #endif
43 End
45 Directory gid_Dir_Ooo_Openofficeorg
46     ParentID = PREDEFINED_PROGDIR;
47   #ifdef WNT
48     HostName = "OpenOffice.org";
49   #else
50     HostName = "openoffice.org";
51   #endif
52 End
54 Directory gid_Dir_Common_Ure
55     ParentID = gid_Dir_Ooo_Openofficeorg;
56   #ifdef WNT
57     HostName = "URE";
58   #else
59     HostName = "ure";
60   #endif
61     Styles = (UREDIRECTORY);
62 End
64 File gid_File_License_Ure
65     TXT_FILE_BODY;
66     Dir = gid_Dir_Common_Ure;
67     Name = "LICENSE";
68     Styles = (PACKED);
69 End
71 File gid_File_ThirdpartylicensereadmeHtml_Ure
72     TXT_FILE_BODY;
73     Dir = gid_Dir_Common_Ure;
74     Name = "THIRDPARTYLICENSEREADME.html";
75     Styles = (PACKED);
76 End
78 File gid_File_Readme_Ure
79     TXT_FILE_BODY;
80     Dir = gid_Dir_Common_Ure;
81     Name = "README";
82     Styles = (PACKED);
83 End
85 // Module
87 Module gid_Module_Root
88     Name = "ure";
89     Description = "ure";
90 End
92 // Windows Registry:
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);