GithubHelp home page GithubHelp logo

netofficefw / addinspy Goto Github PK

View Code? Open in Web Editor NEW
29.0 7.0 9.0 268 KB

AddInSpy is a diagnostic tool that discovers all registered Microsoft Office add-ins on a computer.

License: Other

C# 100.00%

addinspy's Introduction

AddInSpy

AddInSpy is a diagnostic tool that discovers all registered Microsoft Office add-ins on a computer, and then reports as much information as it can about those add-ins. The tool works with all versions of all Microsoft Office applications that support COM add-ins, and all types of COM add-ins.

Original AddInSpy tool was developed by VSTO team in Microsoft.

This source code is based on disassembled version of original AddInSpy.

Features

AddInSpy is a standalone WPF application. AddInSpy is a simple front-end for the AddInScanEngine.dll โ€“ this DLL contains all the main scanning functionality.

The scan engine scans the registry for Office add-ins, and reports the following details:

  • Whether the host application is running, and whether the add-in is loaded.
  • The type of each add-in: VSTO, managed non-VSTO, native.
  • FriendlyName, ProgID, CLSID and LoadBehavior of the add-in.
  • Manifest path, assembly path, and assembly strong name.
  • Registry hive (HKCU or HKLM) where the add-in is registered.
  • CLR version the add-in was built against.
  • VSTO runtime version used by the add-in.
  • Installed date, and publish version.
  • Which extensibility interfaces the add-in implements for Ribbon, custom taskpane, etc (including via VSTO wrappers).
  • Whether the add-in exposes itself for automation through the COMAddIns collection of the Office host application.
  • Whether the add-in is in the disabled items list for the current user, for each selected Office host application.
  • Whether the add-in is registered as the provider for any custom form regions.
  • Context information: machine name, user/domain name, OS details, VSTO environment variables.

Reports can be displayed in a grid on-screen and can also be logged to an XML file for printing.

License

AddInSpy source code is licensed under Microsoft Public License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.