ooo_brand.scp (022bd5b4) ooo_brand.scp (d44f38ed)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24#include "macros.inc"
25
26#ifndef MACOSX
27Directory gid_Dir_Brand_Root
28 ParentID = PREDEFINED_PROGDIR;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 12 unchanged lines hidden (view full) ---

21
22
23
24#include "macros.inc"
25
26#ifndef MACOSX
27Directory gid_Dir_Brand_Root
28 ParentID = PREDEFINED_PROGDIR;
29 #ifdef WNT
29 #if defined(WNT) || defined(OS2)
30 HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
31 #else
32 HostName = "${UNIXPRODUCTNAME}${BRANDPACKAGEVERSION}";
33 #endif
34 Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION);
35End
36#endif
37

--- 20 unchanged lines hidden ---
30 HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
31 #else
32 HostName = "${UNIXPRODUCTNAME}${BRANDPACKAGEVERSION}";
33 #endif
34 Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION);
35End
36#endif
37

--- 20 unchanged lines hidden ---