deploy autocad® .net plug-ins and other customization files

6
Deploy AutoCAD® .NET Plug-ins and Other Customization Files James E. Johnson – Synergis Software CP2618-R This class is for learning how to deploy your AutoCAD software .NET plug-ins and other AutoCAD customization files. We will discuss some of the different software packages for creating installation files and demonstrate creating a simple Microsoft® Visual Studio® setup project. We will discuss and illustrate the required registry settings for demand-loading a .NET or ObjectARX® plug-in. We will also discuss using the AutoCAD AutoLoader for automatic loading of ObjectARX, .NET plug-ins, and other customization. You will leave this class with an understanding of requirements for deploying AutoCAD customization files and understand demand-loading of ObjectARX .NET plug-ins. Learning Objectives At the end of this class, you will be able to: Create installation files for AutoCAD customization files Describe the required demand-load registry settings Prepare code for deploying and adding to installer projects Use the AutoCAD AutoLoader to automatically load plug-ins About the Speaker James has worked with CAD products for more than 25 years, involved in many positions from being a CAD drafter to writing automation applications. In his current position, he is doing CAD integration for Adept document management system. In previous positions, he has used Autodesk® RealDWG® to write custom automation to create AutoCAD® drawings of industrial kitchen equipment, and has worked at Autodesk resellers in software development groups doing custom applications for Inventor® and AutoCAD®. He has taught AutoCAD® and VBA classes while working for resellers, and was a CAD instructor at two different community colleges. Email: [email protected]

Upload: others

Post on 03-Feb-2022

41 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

Deploy AutoCAD® .NET Plug-ins and Other Customization Files James E. Johnson – Synergis Software

CP2618-R This class is for learning how to deploy your AutoCAD software .NET plug-ins and other AutoCAD customization files. We will discuss some of the different software packages for creating installation files and demonstrate creating a simple Microsoft® Visual Studio® setup project. We will discuss and illustrate the required registry settings for demand-loading a .NET or ObjectARX® plug-in. We will also discuss using the AutoCAD AutoLoader for automatic loading of ObjectARX, .NET plug-ins, and other customization. You will leave this class with an understanding of requirements for deploying AutoCAD customization files and understand demand-loading of ObjectARX .NET plug-ins.

Learning  ObjectivesAt the end of this class, you will be able to:• Create installation files for AutoCAD customization files• Describe the required demand-load registry settings• Prepare code for deploying and adding to installer projects• Use the AutoCAD AutoLoader to automatically load plug-ins

About  the  SpeakerJames has worked with CAD products for more than 25 years, involved in many positions from being a CAD drafter to writing automation applications. In his current position, he is doing CAD integration for Adept document management system. In previous positions, he has used Autodesk® RealDWG® to write custom automation to create AutoCAD® drawings of industrial kitchen equipment, and has worked at Autodesk resellers in software development groups doing custom applications for Inventor® and AutoCAD®. He has taught AutoCAD® and VBA classes while working for resellers, and was a CAD instructor at two different community colleges.

Email: [email protected]

Page 2: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

This is an outline of what will be covered in the roundtable. After the roundtable this document will be updated with detail and any additional topics covered...

Create installation files for AutoCAD customization files

Using Visual Studio setup or other third party?

Deploy AutoCAD® .NET Plug-ins and Other Customization Files

2

Page 3: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

Describe the required demand-load registry settings

Deploy AutoCAD® .NET Plug-ins and Other Customization Files

3

Page 4: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

Prepare code for deploying and adding to installer projects

Deploy AutoCAD® .NET Plug-ins and Other Customization Files

4

Page 5: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

Use the AutoCAD AutoLoader to automatically load plug-ins

Deploy AutoCAD® .NET Plug-ins and Other Customization Files

5

Page 6: Deploy AutoCAD® .NET Plug-ins and Other Customization Files

Deploy AutoCAD® .NET Plug-ins and Other Customization Files

6