AddInManagerInstallAddIns Method |
Installs the AddIns from AddInInstallTemp to the UserAddInPath.
In case of installation errors, a error message is displayed to the user
and the affected AddIn is added to the disabled list.
This method is normally called by
ConfigureUserAddIns(String, String) Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void InstallAddIns(
List<string> disabled
)
Parameters
- disabled ListString
- The list that receives disabled add-in identities.
See Also