Microsoft.Windows.ActCtx on Windows Xp

后端 未结 2 1386
难免孤独
难免孤独 2021-01-03 10:24

These days I\'m very much busy on developing an activex/com application. Some of our customers are working under heavily restricted windows environments. So i decided to mak

2条回答
  •  悲&欢浪女
    2021-01-03 10:56

    If the Microsoft.Windows.ActCtx were redistributable, there would have to be some way for it to get onto the machine and globally registered. If you had access to register this on the machine, can't you insted simply register Application.Interface? If you're dealing with a restricted environment ... well you have to deal with what's available already.

    It looks like you're using the wsh script to launch your application. Why not write a stub to launch the app in native or managed code (where you will be able to use a manifest), and call that stub instead?

提交回复
热议问题