In this post, let us look at the Dismantle Selected feature of Revit Manifest Organizer. It is to dismantle the selected single manifest file into some separate new ones if it contains multiple Application and/or Command definitions.
The Dismantle Selected button will be enabled when one and only one manifest file is checked off in the Available list. The button locates at the right side of the Revit Manifest Organizer window:
After a single file is selected (like the RevitAddinVB_AllInOne we merged previously) and the Dismantle Selected button is clicked, a few new manifest files will be created automatically each of which contains only one definition for either application or command type:
As can be noticed, the new files follow a simple and good naming convention as:
<Original Base Name>_<Assembly File Name>_<Application/Command>_<FullClassName>.AddIn
In this way, it saves effort to specify file names one by one, and the new manifest file names are self explanatory and have rare chances of name clashing.
If the new files are checked off and opened with ether the View Selected or the Edit Selected feature, it can be inspected that each new file contains only one application or command definition with the same information as before in the single all-in-one file.
By the way, you may want to back up the all-in-one file with a single click on the [Cp>] button as the demonstration here already did in case the file is still needed in the future.
By default, the all-in-one file will be removed from the working addin folder automatically so as to avoid duplicates. The behaviour can be changed through un-checking the Remove Dismantled Files option from the Other Options dialog:
Revit Manifest Organizer of RevitAddinWidget provides various ways to organize Revit manifest files.
Related posts:
Deploy & Install: Revit Application Addin Manifest
Deploy & Install: Revit Command Addin Manifest
Deploy & Install: Revit Addin Roaming Folders
Deploy & Install: The Registry of Revit 2011
Deploy & Install: The Registry of Revit 2012
Deploy & Install: Where Are Revit Products Installed
Deploy & Install: Manifest Navigator of RevitAddinWidget
Deploy & Install: RegEdit Launcher of RevitAddinWidget
Deploy & Install: Revit Locator of RevitAddinWidget
Deploy & Install: Manifest Encoding
Deploy & Install: Manifest Loading
Deploy & Install: Manifest ClientId
Deploy & Install: Manifest ClientId and AddinId
Deploy & Install: Manifest Integrity
Deploy & Install: Revit Manifest Organizer
Deploy & Install: Create New Of Revit Manifest Organizer
Deploy & Install: Check Integrity New Of Revit Manifest Organizer
Deploy & Install: Detect Duplicate New Of Revit Manifest Organizer
Deploy & Install: View Selected Of Revit Manifest Organizer
Deploy & Install: Edit Selected Of Revit Manifest Organizer
Deploy & Install: Merge Selected Of Revit Manifest Organizer
Deploy & Install: Dismantle Selected Of Revit Manifest Organizer
Deploy & Install: Copy/Move/Delete Selected Of Revit Manifest Organizer
Deploy & Install: Miscellaneous Of Revit Manifest Organizer
Deploy & Install: Create Revit Manifest Files Programmatically With C#
Deploy & Install: Programmatically Detect Windows Versions And Find Revit Addin Roaming Folders
Deploy & Install: Revit Addin Project Output And API Dependencies
Deploy & Install: Revit Addin Projects and Visual Studio Setup Custom Actions
Deploy & Install: Deploy Revit Manifest Files with C# Using Installer Custom Actions
Recent Comments