Re: [api-dev] How to remove a custom registry schema and its data

2010-01-24 Thread sakimotok
Hi Stephan, >Sorry, it took me a while to get what you said. >You are running into >issue "config >data deployed via extension is still available after deinstallation and >office restart" (i.e., an extension brings along an additional s

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-22 Thread Stephan Bergmann
On 01/22/10 12:45, sakimotok wrote: user/registry/data contains only the configuration changes you as a user make when running OOo (e.g., explicitly when you change settings under "Tools - Options..." or implicitly like when the OOo program code updates the list of recently opened files). Yes

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-22 Thread sakimotok
Thanks for the quick reply and sorry about the late reply. >user/registry/data contains only the configuration changes you as a user >make when running OOo (e.g., explicitly when you change settings under >"Tools - Options..." or implicitly like when the OOo program code >updates the list of r

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-21 Thread Stephan Bergmann
On 01/21/10 10:40, sakimotok wrote: I state the full path: C:\Users\(username)\AppData\Roaming\OpenOffice.org\3\user\registry\cache C:\Users\(username)\AppData\Roaming\OpenOffice.org\3\user\registry\data It's on Windows Vista. I found other extensions' dat files and xcu files there. user/reg

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-21 Thread sakimotok
Thanks for the reply and sorry about the confusion. I state the full path: C:\Users\(username)\AppData\Roaming\OpenOffice.org\3\user\registry\cache C:\Users\(username)\AppData\Roaming\OpenOffice.org\3\user\registry\data It's on Windows Vista. I found other extensions' dat files and xcu files t

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-21 Thread Stephan Bergmann
On 01/21/10 03:24, sakimotok wrote: The schema should be gone after the next start of OOo (on platforms that use an OOo quickstarter, like Windows, note that you must also terminate the quickstarter to really re-start OOo). I tried after I removed old files, but it still leaves the *.xcu file

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-20 Thread sakimotok
Hi Stephan, Thanks for the comprehensible reply. > The schema should be gone after the next start of OOo (on platforms that > use an OOo quickstarter, like Windows, note that you must also terminate > the quickstarter to really re-start OOo). I tried after I removed old files, but it still le

Re: [api-dev] How to remove a custom registry schema and its data

2010-01-20 Thread Stephan Bergmann
On 01/20/10 11:52, sakimotok wrote: I am using OOo3.1.1. I use NetBeans(6.5.1) OOoPlugin for developing extensions. I installed an extension which has a custom registry schema. After I uninstalled the extension, the schema and its data are left over in OOo. Could you tell me how to remove those

[api-dev] How to remove a custom registry schema and its data

2010-01-20 Thread sakimotok
I am using OOo3.1.1. I use NetBeans(6.5.1) OOoPlugin for developing extensions. I installed an extension which has a custom registry schema. After I uninstalled the extension, the schema and its data are left over in OOo. Could you tell me how to remove those files at the same time as the extens