Quantcast
Viewing all articles
Browse latest Browse all 14319

What files are needed to deploy my .NET application to other machines?

I am creating an application for AutoCAD 2012 using Visual Studio in C#.

 

My work so far includes new commands, graphical tools and additions to the ribbon with PNGs to use as Ribbon icons included as Properties.Resources. I have references to AdWindows, PresentationCore, PresentationFramework, and more.

 

If I want to roll out my application to another machine, what do I need to include? For my testing purposes I've been able to debug from Visual Studio to create my DLL and then NETLOAD that in.

The machines I'm deploying to do not have any special setup - they don't have ObjectARX installed, they (as far as I know) don't have any special DLLs.

 

Loading my one DLL on another machine didn't work (duh) but I'm not sure if I should include acdbmgd, acmgd, if they should be in the same path, how to configure that, etc.

 

Ideally, once I know where everything is to go, I will provide a batch script or Inno Setup to make it easy for a user to install the application component.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 14319

Trending Articles