开发者

How to get Outlook Redemption.dll to self register during a click once install?

can't seem to figure it out... I need to copy Redemption.dll to a folder (eg. C:\Program Files (x86)\Redemption) and then regsvr32 it.

I also need this to happen if Redemption.dll already exists on a users machine (i want to rep开发者_如何学运维lace and re-register it with the dll included in my click once installation)

btw, this is a vsto outlook plugin.


I had to create an msi which all it did was have the Redemption.dll self registering and installed it via group policy on all machines in our office..

then just deployed the click once app normally without the prerequisite.

I've also found out that if a click-once app is updating that it will NOT re-check for prerequisites, you must have the user run the setup.exe that a click-once deployment deploys.


You can create a batch file and package it with your setup project. and using custom action, you can execute this batch file which will do the job of registering /unregistering redemption for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜