Issue 12755 - Install does not detect previous version
Summary: Install does not detect previous version
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: Olaf Felka
QA Contact: issues@installation
URL:
Keywords:
: 14931 14972 16321 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-03-28 00:15 UTC by Unknown
Modified: 2003-09-08 16:53 UTC (History)
2 users (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
german description (1.19 KB, text/plain)
2003-04-10 14:59 UTC, Martin Hollmichel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-03-28 00:15:55 UTC
When installing, the previous version of OO is not detected, and all old
settings are not read in.  They need to be re-entered.
Comment 1 Olaf Felka 2003-03-31 09:30:57 UTC
That's not a defect, that's a (missing) feature.
Comment 2 Olaf Felka 2003-04-10 13:51:11 UTC
Hi Martin,
LHO said that the community should decide if they want to have this
update feature (and I would bet they would like to have). After
discuss with TZ we think that you should ask whether we will have this
or not. If we will do this for OOo DV has to make some changes: The
>UpdateFor	 = "%PRODUCTNAME 6.0";< entry in the setup script has to be
modified. We can't write a version number because by now we have four
updateable versions: 1.0, 1.0.1., 1.0.2. and 1.0.3.
Comment 3 Martin Hollmichel 2003-04-10 14:59:46 UTC
Created attachment 5562 [details]
german description
Comment 4 Martin Hollmichel 2003-04-29 14:57:22 UTC
fixed with m13.
Comment 5 thorsten.ziehm 2003-05-22 12:30:04 UTC
=> wrong status : Changed to 'resolved fixed'
Comment 6 Olaf Felka 2003-05-23 11:41:28 UTC
Martin,
you have written "fixed with m13." Where can I get such a version?
Beta2 doesn't offer an update. The rellated entries in
setup.ins(*.inf) are missing.
Comment 7 Olaf Felka 2003-05-23 11:42:13 UTC
No testable OOo versions.
Comment 8 Martin Hollmichel 2003-05-23 12:18:10 UTC
mh->is: what entries do we need for this ?
Comment 9 ingo.schmidt-rosbiegal 2003-05-23 16:56:29 UTC
IS -> DV: Can you please take care of this bug?
Comment 10 dirk.voelzke 2003-05-26 11:36:44 UTC
It's only possible to update an OOo 1.0(.x) Version.
Comment 11 Olaf Felka 2003-05-28 09:04:53 UTC
*** Issue 14972 has been marked as a duplicate of this issue. ***
Comment 12 Martin Hollmichel 2003-06-23 15:09:36 UTC
mh->of: please verify if behavior is now as desired.
Comment 13 Olaf Felka 2003-06-24 11:41:12 UTC
Hi Stefan,
detecting a 'previous version' would be only possible for OOo 1.0.x.
That's our update feature (SO 6.0 to SO 6.1). We need a 'GO' for
having this in OOo. LHO said that he won't decide this for the
community. I won't do this either. Who will do this?
Comment 14 stx123 2003-06-27 14:34:11 UTC
We can update earlier official releases (and if no other versions 
exist earlier version of 1.1). The default is to make a parallel 
installation, but you have the choice to update.

The needed changes in setup.inf are
ProductVersion=1.1 for snapshots
ProductVersion=1.1.0 for rc, final
UpdateFor = 1.0.3, 1.0.2, ...., 1.1
Styles = (KEEP_OLD_VERSION);

This means:
UpdateFor = "%PRODUCTNAME 1.0.3;%PRODUCTNAME 1.0.2;%PRODUCTNAME 
1.0.1;%PRODUCTNAME 1.0;%PRODUCTNAME 1.1";
Styles = (KEEP_OLD_VERSION);

Ingo, could you take care of this?
Thanks, Stefan
Comment 15 stx123 2003-06-27 14:35:47 UTC
*** Issue 14931 has been marked as a duplicate of this issue. ***
Comment 16 ingo.schmidt-rosbiegal 2003-06-27 15:35:42 UTC
I added in the scp project in the config.scp into the OOo installation
object the following two lines:

UpdateFor = "%PRODUCTNAME 1.0.3;%PRODUCTNAME 1.0.2;%PRODUCTNAME
1.0.1;%PRODUCTNAME 1.0;%PRODUCTNAME 1.1";
Styles = (KEEP_OLD_VERSION);

Furthermore I channged in instsetoo project in the openoffice.lst the
PRODUCTVERSION from 1.1 to 1.1.0

Thats it.
Comment 17 ingo.schmidt-rosbiegal 2003-06-27 16:27:08 UTC
By the way, fixed in cws ooo11rc, projects scp and instsetoo.
Comment 18 Olaf Felka 2003-07-02 09:26:51 UTC
*** Issue 16321 has been marked as a duplicate of this issue. ***
Comment 19 andre.kuemmel 2003-07-02 09:50:39 UTC
remove myself from cc
Comment 20 ingo.schmidt-rosbiegal 2003-07-02 12:15:58 UTC
IS -> OF: Please verify this in cws ooo11rc
Comment 21 Olaf Felka 2003-07-02 13:10:15 UTC
We have done what could be done in cws ooo11rc.
Comment 22 Olaf Felka 2003-07-02 13:11:23 UTC
Verified.
Comment 23 Olaf Felka 2003-07-07 08:52:44 UTC
OK in RC.
Comment 24 thibs 2003-07-11 11:08:34 UTC
Hi

The upgrade process works great, congratulations ! I was able to
upgrade from 1.0.3.1 to 1.1 RC without any clashes. However, there's
still a small issue that would need to be addressed :
As the upgrade process keeps the old toolbars and menus, we can't see
the new functionnalities added in OO at first glance. For example,
there are  neither "export to PDF" icon nor "export to PDF" menu
entry. So an enhancement for this upgrade process would be to always
insert the newly added functionnalities in the menus and toolbars of
OO. I don't know if this is feasible because it supposes there's a way
to distinguish new and old functionalities... Should I create a RFE
for this particular problem ?