Michal J. Posted September 11, 2022 Posted September 11, 2022 Hello, I need your help with the CUIx (Partial Customization Files) file. I have created Partial Customization Files and when I load it, I don't know how to make it show up in any user profile´. I want to create a Bundle Addin and provide everyone in the ouer company, but everyone has a different profile and there is a problem with the display CUIx file (Ribbon). Bundle xml will ensure CUIx is loaded but not displayed in different users profiles. For each users PC, I can set the ribbon display in Customize Workspace in acad.cuix but it's a lot of manual work. I hope my description is sufficient Michal J. Quote
tombu Posted September 14, 2022 Posted September 14, 2022 To copy an AutoCAD profile from one AutoCAD application to another How to export, import, backup, and transfer settings to and from AutoCAD Quote
BIGAL Posted September 15, 2022 Posted September 15, 2022 You can load custom cuix via lisp. So you could unload and reload in a different profile. Not sure if this will say loaded or not as I don't have multiple profiles to check against. (setq Menu_Path "C:\\CAD-TOOLS\\") ; Path to Menu file (setq Menu_Name "CAD-TOOLS") ; pop menu to load (setq Group_Name "xxxMENU") ; groupname assigned in .mnu or .mns file (if (menugroup menu_Name) 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.