2

How can I deploy files in the 'wpresources' folder using SharePoint wsp package built by wspbuilder? 'wpresources' is outside 12 hive (or 14 hive). So how can I copy files outside the SharePoint hive?

Anger Density
  • 332
  • 1
  • 3
  • 17
NLV
  • 21,141
  • 40
  • 118
  • 183

1 Answers1

-1

You can mapped those folder inside visual studio project ans feature will automatically copy those files to specified folder.

Or

Create module through visual studio and specify the path of the wpresources in xml.

Amol
  • 24
  • 1