The Best way that I have found is deploying to SharePoint Services
> 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
[quoted text clipped - 5 lines]
>
> -mike
Mike Morse - 14 Jul 2004 21:07 GMT
I thought trusted forms could not be URL based.
> The Best way that I have found is deploying to SharePoint Services
>
[quoted text clipped - 7 lines]
> >
> > -mike
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.

Signature
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.
> 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
[quoted text clipped - 5 lines]
>
> -mike
Patrick Halstead - 14 Jul 2004 00:33 GMT
I blogged on this a while back:
http://www.infopathdev.com/blog/PermaLink.aspx?guid=df155f6e-8987-4d3a-a29e-14b3
fd1a21e9
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/
> 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
[quoted text clipped - 13 lines]
> >
> > -mike
Just out of curiosity, why does your form need to be fully trusted?
Dave

Signature
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to http://www.microsoft.com/info/cpyright.htm
--
> 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
[quoted text clipped - 5 lines]
>
> -mike