Issue 19288 - Upgrade is not an option when running the setup -net
Summary: Upgrade is not an option when running the setup -net
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC4
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Olaf Felka
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 23:01 UTC by dgmyrs
Modified: 2003-09-09 08:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description dgmyrs 2003-09-08 23:01:01 UTC
In setup.inf the line in Installation gid_Installation is:
UpdateFor	 = "%PRODUCTNAME 1.0.3;%PRODUCTNAME 1.0.2;%PRODUCTNAME 1.0.1;%
PRODUCTNAME 1.0;%PRODUCTNAME 1.1";

I changed it to:
UpdateFor	 = "%PRODUCTNAME 1.0.3;%PRODUCTNAME 1.0.2;%PRODUCTNAME 1.0.1;%
PRODUCTNAME 1.0;%PRODUCTNAME 1.1.0";

This made upgrade an option.  But the network install still does not give the 
update option.

I also tried the single user installation, with the same failure until the 
line is changed.
Comment 1 Olaf Felka 2003-09-09 08:42:57 UTC
It's not intended to upgdade identic versions: '1.1.0'. So it's on
your own risk :-). 
If you start './<setup> -net -update:<path_to_previous_serverinst>'
you can update your -net installation (see Setup Guide page 35).
Comment 2 Olaf Felka 2003-09-09 08:43:14 UTC
Invalid.