| View previous topic :: View next topic |
| Author |
Message |
spitenmalice Newbie

Joined: 19 Apr 2005 Posts: 2
|
Posted: Tue May 24, 2005 7:17 am Post subject: License Agreement EVERY TIME! |
|
|
| I have installed OOo2 (1.9.104) on a Windows XP machine (sp2). I open it an it comes up with the license agreement which is fine. I continue through and accept. I can then use OOo and start it as many times as I wish in that current session. However if I log off or restart the machine and then open OOo, it will come up with the license agreement again. Does anyone know how I can trouble shoot this? |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
Posted: Sat May 28, 2005 9:03 am Post subject: |
|
|
It sounds like, for some reason, OOo might be failing to create its local "user" data in your Application Data folder.
After you run OOo and quit out of it, there should be a folder like this....
C:\Documents and Settings\dbrewer\Application Data\OpenOffice.org1.9.104
Does that folder exist? If so, what is inside of it?
When you log out and then later log back in, does this folder still exist? _________________ Want to make OOo Drawings like the colored flower design to the left? |
|
| Back to top |
|
 |
TheQuank General User


Joined: 13 Jun 2005 Posts: 10 Location: Topeka, KS
|
Posted: Tue Jun 14, 2005 11:33 am Post subject: |
|
|
Is there a way to build that user info file manual? LIke with user informaiton from a domain? _________________ Thanks!!!
~Brendan |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
Posted: Wed Jun 15, 2005 5:59 am Post subject: |
|
|
| TheQuank wrote: | | Is there a way to build that user info file manual? LIke with user informaiton from a domain? |
First, hello from nearby Lawrence KS.
I do not understand your questions. I'll try to guess. You could take a working, but fresh, OpenOffice.org folder from the Application Data folder, and then replicate it to multiple user accounts. I see no reason why that shouldn't work -- in principal. In OOo 2, things should be independant of pathname. In OOo 1.x it will probably be necessary to search all files for a pathname like...
C:\Documents and Settings\joe\Application Data\OpenOffice.org1.9.104....
and edit to a different pathname such as...
C:\Documents and Settings\jane\Application Data\OpenOffice.org1.9.104....
It might even be necessary to do this in OOo 2.
Worse, these pathnames might actually be represented in the form of URL's like...
file:///C:/Documents%20and%20Settings/joe/Application%20Data/OpenOffice.org1.9.104... _________________ Want to make OOo Drawings like the colored flower design to the left? |
|
| Back to top |
|
 |
TheQuank General User


Joined: 13 Jun 2005 Posts: 10 Location: Topeka, KS
|
Posted: Wed Jun 15, 2005 6:08 am Post subject: |
|
|
Wow, this is cool, the whole world and we are 20 minuts apart!
I am trying to setup OOo on a workstation so that anyone who logs on can use it without having to install it. I thought a nice touch to this might be to run a script to build the user's information file (name, address, etc.) using information from the domain (much the same way MS Office does, minus $400 per install ). Any ideas? Thanks!!! _________________ Thanks!!!
~Brendan |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
Posted: Wed Jun 15, 2005 7:03 am Post subject: |
|
|
Unfortunantly, I am not a Windows guy and cannot be of much help.
It may be possible to do this. If you do it, please publish.
The configuration files for OOo (the stuff in the OpenOffice.org folder) is all XML.
I have some experience working with the Configuration manager data. Therefore, I can probably identify how to do this programmatically, if it is actually stored via. the Configuration manager.
I cannot help with how you might obtain the user's name, address, etc. from the windows domain. _________________ Want to make OOo Drawings like the colored flower design to the left? |
|
| Back to top |
|
 |
DannyB Moderator


Joined: 02 Apr 2003 Posts: 3991 Location: Lawrence, Kansas, USA
|
|
| Back to top |
|
 |
TheQuank General User


Joined: 13 Jun 2005 Posts: 10 Location: Topeka, KS
|
Posted: Wed Jun 15, 2005 7:54 am Post subject: |
|
|
Thanks!!! Also OOo2 elevates the multi-user problem altogether, this code will help me in generating user info from the domain thanks!! _________________ Thanks!!!
~Brendan |
|
| Back to top |
|
 |
|