开发者

Where is an Outlook Add-In installed?

Where can I find my installed AddIn. I've created it in Visual Studio 2010 for Outlook 2007. Basically I pu开发者_高级运维blish and run the setup and cannot find anything on my computer.


Typically (if you have a C: drive) the DLL is in C:\Program Files\Microsoft Office\Office\Addins or C:\Program Files\Microsoft Office\{Office Version}\Addins. There are additional registry entries, but that is the file location.


If you're running Win7 it's at:
c:\Users\<CurrentUser>\AppData\Local\assembly\<series of cryptic subfolders>\

If you're on XP it's at:
c:\Documents and Settings\<CurrentUser>\Local Settings\Application Data\assembly\<series of cryptic subfolders>\

Best way to find it is to use your favourite file system search (with "include subfolders" switched on) and search for your DLL by name under c:\Users\<CurrentUser> (or c:\Documents and Settings\<CurrentUser>).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜