ClickOnce File Association

前端 未结 2 1528
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 01:55

I have a console application that I\'m deploying using ClickOnce. Once the user installs the program the associations are set but the associated program is the installer(Cl

2条回答
  •  [愿得一人]
    2020-12-07 02:01

    The problem stemmed for 1 not necessarily understanding ClickOnce, thanks codeConcussion for the brief overview.

    And 2, that ClickOnce does not pass things through the traditional args format but through the following property: AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData

提交回复
热议问题