Both Mage and MageUI remove typelib information from deployment manifests upon updates and signing.
To set the scene, I am trying to deploy an application with ClickOnce (manually creating/altering) application
and deployment manifests. The main application is using RegFree COM and the application manifest contains the relevant typelib information. I need to be able to update and resign the application manifest with Mage and MageUI but have discovered that updating and signing witheither removes the typelib information from the application manifest file, hence I can't use RegFree COM in my application. Is this a known issue? are there any workarounds?
Many Thanks
Raj Sharma