PDA

View Full Version : Translate CUIx into CUI



cadconcepts
2009-05-19, 08:21 PM
Hi All-

Typically, when I get a new version of AutoCAD I would go into my CUI file with a text editor and globally change the menugroup name to match the AutoCAD version number. However, in AutoCAD 2010, the cui is now a cuix which appears to be a compiled menu file. Does anyone know if there is a way to save the cuix into a file that can be edited with an external editor? Thanks.

Manuel A. Ayala

RobertB
2009-05-20, 12:35 AM
Hi All-

Typically, when I get a new version of AutoCAD I would go into my CUI file with a text editor and globally change the menugroup name to match the AutoCAD version number. However, in AutoCAD 2010, the cui is now a cuix which appears to be a compiled menu file. Does anyone know if there is a way to save the cuix into a file that can be edited with an external editor? Thanks.

Manuel A. AyalaThe CUIX format is simply a compressed file. Rename the file's extension to ZIP and you can access its contents.

But why in the world are you doing this anyway?

cadconcepts
2009-05-20, 06:56 PM
Robert-

Thanks for the info. That's clever.

Manuel

rkmcswain
2009-05-20, 08:25 PM
Rename the file's extension to ZIP and you can access its contents.

Also, if you use something like 7-ZIP, it will recognize that it's a ZIP file without having to rename it.

scottcsmit
2009-06-10, 05:58 PM
after you open them with 7-zip how do you work with them?

RobertB
2009-06-10, 06:22 PM
after you open them with 7-zip how do you work with them?Editing the CUI file directly is not supported. You do so at your own risk. The CUI file is an XML-formatted file, so any text/xml editor can be used to edit the file.