I created a custom file associations xml for some doc types that are not included in the MC.
I copied the original fileassociations.xml from the "Default Resources" folder into the "Custom Resources" folder, and added the following to the list:
<Item Name="xls">application/msexcel</Item>
<!--My Custom Additions-->
<Item Name="skp">application/sketchup</Item>
<Item Name="clf">application/listpro</Item>
<Item name="cxp">application/cutlistplus</Item>
<Item Name="mvc">application/moviecollector</Item>
<Item Name="bkc">application/bookcollector</Item>
<Item Name="dvd">application/virtualclonedrive</Item>
<Item Name="mds">application/virtualclonedrive</Item>
<!--end my custom additions-->
My question is: Because I'm simply adding these to the list, seems I might have to repeat this process for each new build that I install, because at the top of the doc is the following:
<MJFA version="1.043">
Is that the case? Or is there some way of including my additions on their own without adding them to the copy of the original?