Installing a ClickOnce application from two different locations

前端 未结 4 604
暗喜
暗喜 2021-01-05 18:52

I have a Windows Forms application developed using C# in .NET framework 3.5, Service pack 1. The application can be published based on the development database as well as th

4条回答
  •  清酒与你
    2021-01-05 19:32

    I have a product called ClickOnceMore (www.clickoncemore.net) that is designed for this type of use. Its main use is in automating the ClickOnce part of your build.

    It has full support for macro expansions allowing you to define, for example, DEV and PROD versions. When you build you can define which environment you are building for and then the App Name will reflect that. Check it out if you get a chance.

提交回复
热议问题