Multiple ClickOnce installations with different Deployment Identity, but same Application Identity

后端 未结 5 1280
萌比男神i
萌比男神i 2021-02-01 17:14

We have several deployments of the same assemblies with different configuration files for different environments. We package these up in to separate ClickOnce deployments with d

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 17:51

    Try using MageUI. Open your deployment manifest (the one with the .application extension). Select "Name" from the list on the left and edit the "Name" textbox. Then select "Description" from the list and edit the "Product" field. That way you'll be able to distinguish your different installs on the start menu and in add/remove programs.

    Save your changes, re-sign the manifest, and you should be good to go.

提交回复
热议问题