Hello.
Is there a way to deploy a template.xsn from his sourcefiles without
starting infopath?
(I need to edit and deploy my .xsn and .xml sourcefiles out of another
programm (VB6))
Thanks in advance,
Paul
We are already doing that, but using a C# code, here is the idea.
Lunch an external process to Cab Extract command of Windows, to extract the
xsn file in a folder (the xsn file is a cab file).
Load the manifest file in an xml data document object.
Rename the path.
Do other work (if you like).
Save the results.
Lunch an external process to the Cab command of Windows, to compress the
files to a cab file and rename it to xsn
Done.
> Hello.
>
[quoted text clipped - 6 lines]
> Thanks in advance,
> Paul
maor110 - 17 Aug 2005 09:08 GMT
thank you.
good to know, that there's a Windows Cab command - that was my problem.
> We are already doing that, but using a C# code, here is the idea.
>
[quoted text clipped - 24 lines]
> > Thanks in advance,
> > Paul