How do I move an embedded manifest to external .manifest file?
问题 I have an existing C# application that has a manifest file which is embedded into the exe. How do I change this to use an external manifest that will be included in the setup.msi? I can only see options (in the Project Properties) to create the application without a manifest, or to embed one. 回答1: In solution explorer, try changing the Build Action for the manifest to Content. 回答2: Use the MT utility (part of Visual Studio) to manipulate manifest files. From the online help: > To extract