Probably a few ways.
There's some info on how to do this in the Office Resource Kit (online). You
can read a reg key.
Or you could try to create the InfoPath automation object.
--Matthew Blain
http://tips.serriform.com/
But is it also possible to check specifically for InfoPath SP1?
"Matthew Blain (Serriform)" <matthewblain@nospam.serriform.com> wrote in
message news:utPQMqTlEHA.3760@TK2MSFTNGP12.phx.gbl...
> Probably a few ways.
> There's some info on how to do this in the Office Resource Kit (online). You
[quoted text clipped - 6 lines]
> > Is it possible to check if InfoPath is installed on the client computer
> > before installing a new full trusted form (with managed code behind it)?
Brian Teutsch [MSFT] - 08 Sep 2004 20:22 GMT
Check out Lab 16.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_ip2003_tr/h
tml/odc_INF_Lab_16.asp.
You can check for the application version, which should be 11.0.6357 for
SP1.
Or you can just check to see if you can create InfoPath.Application, which
is only available in SP1.
Brian
> But is it also possible to check specifically for InfoPath SP1?
>
[quoted text clipped - 12 lines]
>> > before installing a new full trusted form (with managed code behind
>> > it)?