• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Context Menu Handler

Demon10000

Supreme [H]ardness
Joined
Aug 20, 2006
Messages
4,502
Greetings:

I'm working with some AppV packages and I'm trying to configure a feature of Adobe Standard to work. The feature I'm looking to get working is the right click > combine context menu.

I've tracked the menu option back to a DLL. I was expecting an EXE somewhere, but I can't seem to find one.

Can anyone shed any insight on how I would manually call this DLL from a command line? Or how I can find out what this DLL is calling?

I know that what I'm asking is rather cryptic, but it's hard for me to phrase what I'm trying to ask.
 
The DLL works as an OLE server, so I think it is impossible to call directly form command lines. Maybe you have to look for the answer in MSDN.

I heard that Acrobat provided its functions for external programs through OLE, so about what the DLL is calling, you might need Acrobat SDK.

Hope this help.
 
Back
Top