GetInstalledAddons.Tool 1.0.1

dotnet tool install --global GetInstalledAddons.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local GetInstalledAddons.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GetInstalledAddons.Tool&version=1.0.1
                    
nuke :add-package GetInstalledAddons.Tool --version 1.0.1
                    

GetInstalledAddons (.NET tool)

GetInstalledAddons prints the registry entries that Alibre Design uses to register its add‑ons.

Package ID GetInstalledAddons.Tool
Command GetInstalledAddons
Runtime .NET 8+ (Windows only)
License MIT

Installation

dotnet tool install --global GetInstalledAddons.Tool

Usage

GetInstalledAddons

Sample output

GetInstalledAddons - Alibre Design Add-Ons Registry Information
Version 1.0.0.0
Target key : HKLM\SOFTWARE\Alibre Design Add-Ons
------------------------------------------------------------
  AlibreIronPythonConsole                : C:\Program Files\AlibreIronPythonConsole\bin
  B17A4532-3F9C-4706-B1E5-2F70CAF2D4A9   : {8f143eee-765e-4c6f-93c9-59e86be6b92a}
  {8f143eee-765e-4c6f-93c9-59e86be6b92a} : T:\4-alibredesign\PluginExampleDX
  AlibreAddOnProjectManager              : T:\_003-ALIBREPROJECTMANAGER\bin\Release\net481
  {C1F5A9E0-8B61-4ACC-9C2F-F1E493426A6D} : C:\Program Files\AlibreToolkit
  AlibreAddonDevWithLINQPadVBPAddin      : T:\_004-ALIBRELINQPADADDON\AlibreAddonDevWithLINQPadVBPAddin\bin\Debug\net8.0
  MeshImportInsideAlibreDesignAddon      : T:\_004-ALIBRELINQPADADDON\MeshImportInsideAlibreDesignAddon\bin\Debug\net8.0

Press any key to exit...

Exit codes

Code Meaning
0 Success
1 Registry key not found
2 Unhandled error

Building from source

git clone https://github.com/stephensmitchell/GetInstalledAddons.Tool
cd GetInstalledAddons.Tool
dotnet pack -c Release

© 2025 Stephen Mitchell – Released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.1 145 10/25/2025
1.0.0 369 6/15/2025

v1.0.1 - Fixed README to show correct command name (GetInstalledAddons). Added enhanced package metadata for better NuGet discoverability.