views:

44

answers:

0

Hi

I'm using wspbuilder to create a .wsp package that will deploy a custom stsadm command. I need the .wsp to include an .xml command file:

<commands>
<command name="mycustomcommand"....../>
</commands>

This file according to technet http://msdn.microsoft.com/en-us/library/bb417382.aspx needs to be added the the 12/CONFIG folder. I tried adding a 12/CONFIG structure to my project and having the file located there but the .wsp package still does not contain it when I choose to build the .wsp.

Is there a way of achieving this with the wspbuilder?

All the best.