Publishing

J

Jack

I have a large number of forms that I've developed, and I need to implement
them in a large number of environments. I'd like to know a quick way to do
this other than to load up my InfoPath/Visual Studio development environment
on their domain, and then go through every single project and sign and
publish them manually. There has got to be a quicker method. The manual
method takes around 3 minutes per form, which means that to do all my forms,
I'll be at it for a full day at each location. I was thinking about some
sort of batch file or something. Any suggestions?

Here is my current manual process:
1. Open my project in Visual Studio. (I'm using InfoPath 2003 Toolkit for
Visual Studio .NET to develop my forms)
2. Manually edit the publishURL of the manifest.xsf file. This location
changes from domain to domain.
3. Open the form in design mode in Infopath.
4. Go to the form security options and mark the form as full trust, and sign
the form.
5. Publish the form to a network share, with an alternate opening location
being a URL. Again, these location change from domain to domain.

Thanks...
 
S

Sheetal D [MSFT]

Hi Jack,

Refer the following MSDN article which talks about automating the form deployment:
http://msdn.microsoft.com/library/e...eInfoPathXSNFixupDeployFormTemplateScript.asp

You might have to modify the code snippet to meet your requirements.

Best Regards,
Sheetal D, MCSD.NET
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: "Jack" <[email protected]>
Subject: Publishing
Date: Mon, 6 Feb 2006 13:33:49 -0500
Lines: 23
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.infopath
NNTP-Posting-Host: d221-84-104.commercial.cgocable.net 216.221.84.104
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.infopath:26645
X-Tomcat-NG: microsoft.public.infopath

I have a large number of forms that I've developed, and I need to implement
them in a large number of environments. I'd like to know a quick way to do
this other than to load up my InfoPath/Visual Studio development environment
on their domain, and then go through every single project and sign and
publish them manually. There has got to be a quicker method. The manual
method takes around 3 minutes per form, which means that to do all my forms,
I'll be at it for a full day at each location. I was thinking about some
sort of batch file or something. Any suggestions?

Here is my current manual process:
1. Open my project in Visual Studio. (I'm using InfoPath 2003 Toolkit for
Visual Studio .NET to develop my forms)
2. Manually edit the publishURL of the manifest.xsf file. This location
changes from domain to domain.
3. Open the form in design mode in Infopath.
4. Go to the form security options and mark the form as full trust, and sign
the form.
5. Publish the form to a network share, with an alternate opening location
being a URL. Again, these location change from domain to domain.

Thanks...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top