Changing product name with mage.exe
问题 I need to update the application's manifest with a new value for 'product'. With mage.exe I can update the name and publisher but NOT the product. In MageUI you can do this, but I need to do it on the commandline. Is there a solution or workaround for this? 回答1: I played around and it seems the command line tool indeed lacks this capability. I guess it was done for keeping it lightweight (or maybe cost issues). Alternative would be to use the GenerateApplicationManifest MSBuild task: Example: