Question

Is it possible to add files under the 12 folder in a wsp solution? I need to add a file under the 12/config folder.

Was it helpful?

Solution

to add files to the SharePoint root you have to include the files in your WSP and then in the solution manifest add the following elements:

<RootFiles>
    <RootFile Location='CONFIG\my_file.xml' />
</RootFiles>

/WW

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top