R
Rajesh Patel
Unfortunately we wrote an app utilizing COM to
create powerpoint slides on a server.
Turns out that microsoft doesn't officially support this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
Powerpoint can't handle multiple requests to build slides and
will stop handling COM calls if a dialog is up.
Rather than start over and use something like open
office, we're investigating writing some sort of
broker to coordinate access to powerpoint.
How would I go about setting up powerpoint so it could only
be used by certain accounts and have the COM automation respect
that security.
Raj
create powerpoint slides on a server.
Turns out that microsoft doesn't officially support this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757
Powerpoint can't handle multiple requests to build slides and
will stop handling COM calls if a dialog is up.
Rather than start over and use something like open
office, we're investigating writing some sort of
broker to coordinate access to powerpoint.
How would I go about setting up powerpoint so it could only
be used by certain accounts and have the COM automation respect
that security.
Raj