From 1700d19be2196851ac1b1826c6f8cd046fc698c5 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 4 Mar 2004 13:05:25 +0000 Subject: INTEGRATION: CWS scp2fix1 (1.1.12); FILE MERGED 2004/03/01 12:49:16 is 1.1.12.2: #i25425# StarOffice 8 instead of .StarOffice8 for Windows Issue number: Submitted by: Reviewed by: 2004/02/20 16:28:33 is 1.1.12.1: #i25425# hiding the user directory Issue number: Submitted by: Reviewed by: --- scp2/source/ooo/profileitem_ooo.scp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index 1b51930225e5..e915b0ce9006 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: profileitem_ooo.scp,v $ * -* $Revision: 1.1 $ +* $Revision: 1.2 $ * -* last change: $Author: is $ $Date: 2004-02-05 18:10:11 $ +* last change: $Author: rt $ $Date: 2004-03-04 14:05:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,11 @@ ProfileItem gid_Profileitem_Bootstrap_Userinstall Section = "Bootstrap"; Order = 3; Key = "UserInstallation"; + #ifdef WNT Value = "$SYSUSERCONFIG/%PRODUCTNAME%PRODUCTVERSION"; + #else + Value = "$SYSUSERCONFIG/.%PRODUCTNAME%PRODUCTVERSION"; + #endif StandaloneValue = "$ORIGIN/.."; End -- cgit