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
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