SwAddinManagerCli 1.2.0
dotnet tool install --global SwAddinManagerCli --version 1.2.0
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 SwAddinManagerCli --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SwAddinManagerCli&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SwAddinManagerCli --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SwAddinManagerCli
Cli tool that enable or disable solidworks addIns startup state.
Install
dotnet tool install --global SwAddinManagerCli
List addins
PS C:\Users\Administrator> swaddinmgr list
Solidworks installed:
����������������������������������������������������������������
�� Version �� ServicePack ��
���������������������������������������������������������������
�� SOLIDWORKS 2024 �� 0 ��
�������������������������������������ة���������������������������
AddIns installed:
����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
�� Id �� Title �� Description �� Startup ��
�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
�� 057baacc-d022-42a6-973d-3033fba23678 �� Presentation Manager �� Presentation Manager for MBD �� ��
�� 898f63ef-5658-48fe-946e-d83ec7dc63b8 �� SOLIDWORKS XPS Driver �� SOLIDWORKS XML Paper Specification Driver �� ��
�������������������������������������������������������������������������������ة������������������������������������������������ة��������������������������������������������������������������������������������������ة�������������������
Sample usage
Add post build event to visual studio project, so that solidworks only load addin that develop currently.
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="swaddinmgr enable [AddinName] --only" />
</Target>
USAGE:
SwAddinManagerCli.dll [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
COMMANDS:
list
disable
enable
enableall
disableall
Product | Versions 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. |
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.2.0 | 107 | 10/2/2024 |
1.1.0-preview | 80 | 10/2/2024 |
1.0.0-preview | 82 | 10/2/2024 |