Issue 62654 - first start: FirstStartWizard is shown even if "FirstStartWizardCompleted" is true
Summary: first start: FirstStartWizard is shown even if "FirstStartWizardCompleted" is...
Status: CONFIRMED
Alias: None
Product: Installation
Classification: Application
Component: ui (show other issues)
Version: OOo 2.0.2
Hardware: All Windows XP
: P3 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 17:20 UTC by Oliver Brinzing
Modified: 2013-08-07 15:26 UTC (History)
6 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oliver Brinzing 2006-02-28 17:20:25 UTC
Hi,

at first start after installing a rc build of oo 2.0.2 the
FirstStartWizard dialog is *always* shown...

this seems to happen, if the 

 <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
   <value>2005-01-27T16:45:59</value>
  </prop>

inside the \soffice\user\registry\data\org\openoffice\setup.xcu is older
than the release date ... even if the other props "ooSetupInstCompleted"
and "FirstStartWizardCompleted" are "true" ... and "FirstRun" (common.xcu)
is "false" ...

Is this a new feature ?

This prevents a *silent* upgrade in a multi user environment and is 
not useful, if you want to use your previous user settings from an
older installation ...

regards 

Oliver
Comment 1 Olaf Felka 2006-03-01 09:37:57 UTC
I think we should rethink the behaviour of the startup wizard. Checking the
timestamp of a licence file is not satisfying,
Comment 2 Olaf Felka 2006-03-01 09:38:39 UTC
StartUp Wizard is based on the spec
http://specs.openoffice.org/appwide/migration/spec_migration.sxw
Comment 3 lo 2007-03-06 17:09:44 UTC
dispatch to framework
Comment 4 carsten.driesner 2007-03-08 13:12:16 UTC
cd: Accepted. Must be discussed with the old iTeam members if this side-effect
is a bug or a feature.
Comment 5 Mathias_Bauer 2008-05-19 10:59:58 UTC
As this isn't an issue before we install a version past 3.0 we can move the
target to 3.1.
Comment 6 carsten.driesner 2009-01-27 13:37:02 UTC
We are short before code freeze for OOo 3.1. I have to move this issue to 3.2.
Comment 7 Oliver Brinzing 2009-05-19 11:29:27 UTC
is it possible that "LicenseAcceptDate" is no longer used in OO 3.1 ?
Comment 8 carsten.driesner 2009-05-19 11:55:35 UTC
cd->brinzing: No, it's used within IsFirstStartWizardNeeded(). See
impl_isLicenseAccepted() in desktop/source/app/appfirststart.cxx. The situation
is definitely not good but I am completely buried with other important task.
E.g. start up performance and looking at Windows 7 compatibility of OOo.

cd: Put mav on CC

cd->mav: May be you have someone how can fix this issue.
Comment 9 carsten.driesner 2009-10-27 14:38:52 UTC
cd: We missed the OOo 3.2 release and I have to  shift this issue to the next
release.
Comment 10 Oliver Brinzing 2009-10-27 17:53:12 UTC
i found a bugfix to disable first start wizard for oo 3.1.1
imho this issue can be closed:

*Setup.xcu*

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Setup"
oor:package="org.openoffice">
	
	<node oor:name="Office">
		<prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean">
			<value>true</value>
		</prop>
		<prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean">
			<value>true</value>
		</prop>
	</node>
</oor:component-data>

*Common.xcu*

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"
	xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common"
	oor:package="org.openoffice.Office">

	<node oor:name="Help">
		<node oor:name="Registration">
			<prop oor:name="ReminderDate" oor:type="xs:string">
<!-- ReminderDate is: "Patch+BuildNo" (9420 for OO 3.1.1) -->
				<value>Patch9420</value>
			</prop>
		</node>
	</node>

	<node oor:name="Misc">
		<prop oor:name="FirstRun" oor:type="xs:boolean">
			<value>false</value>
		</prop>
	</node>
</oor:component-data>
Comment 11 joostjodel 2010-04-30 20:14:58 UTC
<BUMP>
Hi, I am using OOo-dev 3.3  300m77(Build:9496) on Mac os x 10.6.3 and I also have this persistent 
registration screen issue, which returns at each startup even after having finished the screen earlier. 
Comment 12 carsten.driesner 2010-08-06 15:49:57 UTC
cd: Too late to fixed for OOo 3.3. Must be shifted to next release. If you think
that this issue is a show stopper please nominate it. Up to now I haven't been
able to reproduce this issue.