2012

Table Of Contents
Install Plug-in Packages
A package can be deployed using an installer, such as MSI, or manually copying
the files and folder structure to the ApplicationPlugins folder. For AutoCAD
Connect downloads, deployment of the package is done using an MSI installer.
Loading Plug-ins
By default, plug-ins are automatically registered with AutoCAD and when a
new plug-in is installed during the current session. The load behavior for
plug-ins is controlled with the APPAUTOLOAD system variable. When
APPAUTOLOAD is set to 0, no plug-ins are loaded unless the APPAUTOLOADER
command is used.
Uninstall Plug-in Packages
A package can be uninstalled by removing the appropriate folder with a .bundle
extension from the ApplicationPlugins folder. This can be accomplished by
offering an uninstall option with the original installer or to manually delete
the .bundle folder.
NOTE A plug-in downloaded from the Apps tab on Autodesk Exchange can also
be unistalled by going to Apps and then re-downloading the plug-in. When the
download completes, you are prompted to uninstall the plug-in.
Quick Reference
Commands
APPAUTOLOADER
Lists or reloads all plug-ins in the application plug-in folder.
System Variables
APPAUTOLOAD
Controls when plug-in applications are loaded.
PackageContents.xml Format
The PackageContents.xml file contains information about the application
package, including information about the developer that authored it.
PackageContents.xml Format | 449