samifox Posted April 17, 2022 Posted April 17, 2022 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> Quote
BIGAL Posted April 18, 2022 Posted April 18, 2022 The bundle goes in c:/program files/autodesk/application plugins that is where I put mine. Quote
Recommended Posts
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.