Run C# (COM) app from Photoshop

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

Bob256

Run C# (COM) app from Photoshop

Post by Bob256 »

Hello,

I’ve been working on a program for a while in C# using the Photoshop COM object, but I’m wondering what the best way is to make my tool run from Photoshop.
I can’t put the .exe here: (C:\Program Files\Adobe\Photoshop CS..\Preset\Scripts) like you’d do when you have a .jxs file.

I was thinking of making a script that launches the exe (described here: bb/viewtopic.php?t=344) but I was wondering if there might be a “cleaner” way.

Thanks!