I have a workflow project with initiation infopath form in it.
My problem is that the very myinitform.xsn is not included in wsp package with WSPBuilder.
How should i make it to include this form?
Now i have form inside VS Project Folder and pointed it in feature.xml:
<ElementManifests>
<ElementManifest Location="elements.xml" />
<ElementFile Location="myinitform.xsn"/>
View Complete Post