Hi, I have a doubt relating to non code extension:
How to add some .xml files to config subfolders in user install directory like we add templates using extensions. I tried it by "UIconfig" and "UserConfig" , similar to the way as "Template" is used under Paths.xcu in templates extensions. Can anyone plz. tell how to achieve this. This is the Paths.xcu i used. Paths.xcu <?xml version='1.0' encoding='UTF-8'?> <oor:component-data oor:package="org.openoffice.Office" oor:name="Paths" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor=" http://openoffice.org/2001/registry" xmlns:xs=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"> <node oor:name="Paths"> <node oor:name="UIConfig" oor:op="fuse" oor:mandatory="true"> <node oor:name="InternalPaths"> <node oor:name="%origin%/config//sunfolder/" oor:op="fuse"/> </node> </node> </node> </oor:component-data> Thanks
