Tagged Questions
0
votes
1answer
242 views
add activatefeature bat file wspbuilder solution package
I am using WSPBuilder to package up my features that creates lists and libraries.
Is there a way to add a bat file with the package will activate these lists and libraries (since they are for ...
2
votes
1answer
545 views
Using wspbuilder to create a custom STSADM command
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"....../>
...