开发者

Where is an Outlook Add-In installed?

开发者 https://www.devze.com 2023-03-30 04:28 出处:网络
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

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

精彩评论

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

关注公众号