Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all
- I am trying to create an installer to deploy my .net dll to another person's computer.
- I want to use the autoloader functionality to make it happen.
- I have created a New Visual Studio "Set Up" project which will create an installer. All that I want done is for the installer to copy over the relevant files (i.e. the .bundle folder which contains my dll and the PackageContents.xml required to take advantage of the autoloader mechanism) to the relevant location.
My question is, how to I get visual studio to install it to the relevant autocad static folders:
%ProgramData%/Autodesk/ApplicationPlugins or
%APPDATA%/Autodesk/ApplicationPlugins
Because when I try and set the default location, I receive the following error:
It says invalid default location for these static folder locations.
Advice much appreciated - especially with a way to simply deploy the relevant files to the locations required by autocad.
rgds
Ben
Solved! Go to Solution.