Jump to content

install manually autocad addon (dll)


Recommended Posts

Posted

hi

i want to use innoSetup to create Autocad Addon installer, 

ive my files in that stracture:

 

C:\Users\WIN10\AppData\Roaming\Autodesk\ApplicationPlugins\Test.bundle

my PackageContents.xml

 

im pretty sure the path to the dll and cuix are correct.

 

still cant see it loaded in autocad.

 

any idea?

 

<?xml version="1.0" encoding="utf-8"?>
<ApplicationPackage SchemaVersion="1.0" AutodeskProduct="AutoCAD" ProductType="Application" Name="DWGsync" AppVersion="1.1.0" Description="Synchronized zoom/pan of multiple DWGs" Author="CAD Studio" Icon="./Contents/Resources/icon.ico" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="http://www.cadstudio.cz" HelpFile="./Contents/help.html" ProductCode="{8C3178A2-E943-4554-953D-7F39736FD1F4}" UpgradeCode="{8B724837-6F13-4A35-807F-8D378562E45C}" SupportedLocales="Enu" FriendlyVersion="1.1.0">
  <CompanyDetails Name="CAD Studio" Url="http://www.cadstudio.cz" Email="info@cadstudio.cz" Phone=" " />
  <Components Description="2012 ">
    <RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD|ADT|ACADM|MEP|Civil3D" SeriesMin="R18.2" SeriesMax="R18.2" />
    <ComponentEntry AppName="DWGsync" Version="1.0.0" ModuleName="./Contents/Windows/2012/DWGsync.dll" AppDescription="Synchronized zoom/pan of multiple DWGs" LoadOnCommandInvocation="True" LoadOnRequest="True">
      <Commands GroupName="CADstudio">
        <Command Local="PVC" Global="PVC" Description="DWGsync" />
        <Command Local="DWGsyncUpd" Global="DWGsyncUpd" Description="DWGsyncUpd" />
        <Command Local="DWGsyncOff" Global="DWGsyncOff" Description="DWGsyncOff" />
      </Commands>
    </ComponentEntry>
    <ComponentEntry AppName="DWGsync" Version="1.0.0" ModuleName="./Contents/Resources/PVC.cuix" AppDescription="Synchronized zoom/pan of multiple DWGs" LoadOnAutoCADStartup="True" />
  </Components>
  <Components Description="2013 to 2022">
    <RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD|ADT|ACADM|MEP|Civil3D" SeriesMin="R19.0" SeriesMax="R24.1" />
    <ComponentEntry AppName="DWGsync" Version="1.1.0" ModuleName="./Contents/Windows/2020/pvc.dll" AppDescription="Synchronized zoom/pan of multiple DWGs" LoadOnCommandInvocation="True" LoadOnRequest="True">
      <Commands GroupName="CADstudio">
        <Command Local="DWGsync" Global="DWGsync" Description="DWGsync" />
        <Command Local="DWGsyncUpd" Global="DWGsyncUpd" Description="DWGsyncUpd" />
        <Command Local="DWGsyncOff" Global="DWGsyncOff" Description="DWGsyncOff" />
      </Commands>
    </ComponentEntry>
    <ComponentEntry AppName="DWGsync" Version="1.1.0" ModuleName="./Contents/Resources/PVC.cuix" AppDescription="Synchronized zoom/pan of multiple DWGs" LoadOnAutoCADStartup="True" />
  </Components>
</ApplicationPackage>

Posted

The bundle goes in c:/program files/autodesk/application plugins that is where I put mine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...