Use mage.exe to create a ClickOnce deployment manifest for *.deploy files
问题 How does one use mage.exe to create a ClickOnce deployment manifest, when the application files have the *.deploy extension? Some give up and use MSBuild.exe and the GenerateDeploymentManifest task instead. What if you want to use mage.exe directly? 回答1: If you want to use mage.exe alone, what you need to know is that it cannot be done. At least not with mage.exe alone. Mage.exe does not have a way to build a deployment manifest (*.application file) to download *.deploy files. You must