Best Method For Deploying Trusted Forms

M

Mike Morse

Could someone make a recommendation to the best method for deploying full
trusted forms that will be used internally on a single domain. I'm under
the impression that if I use code signing certificate then they will get a
prompt each time they open the form??? This will make them very un-happy.
Is there a better method for my setup?

Thank you

-mike
 
A

Andrew Ma [MSFT]

With a code signing cert, they should be prompted only once, and only once
per certificated because the first time, the certificate will be always
trusted.

Alternatively, you can look in the SDK for the regform tool. This will
create and MSI which installs the solution on to a persons machine with full
trust.

--
Andrew J. Ma
Software Test Engineer
Microsoft Office InfoPath
http://blogs.msdn.com/ajma
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
 
P

Patrick Halstead

I blogged on this a while back:
http://www.infopathdev.com/blog/PermaLink.aspx?guid=df155f6e-8987-4d3a-a29e-14b3fd1a21e9

One thing that complicates matters here is whether or not the Certificate
Authority of the digitial certificate that you sign your form with is
default-trusted. If not, installing a certificate is even more painful, but
like Andrew says, they only need to do it once. By default, Verisign and a
few others are trusted Cert Authority in WindowsXP, so if you use one of
these, you'll only have to deal with the the first dialog (i.e. the checkbox
to trust the form will be enabled).

Signing is the *only* way to make SharePoint forms full-trust since the
regform tool removes the publishURL.

Good luck!
Patrick Halstead
InfoPath MVP
http://www.infopathdev.com/
 
D

David Fries [MSFT]

Just out of curiosity, why does your form need to be fully trusted?
Dave
 

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