diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 8 |
1 files changed, 6 insertions, 2 deletions
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 |