ClickOnce almost does what I want. However, there are a couple of
additional things I want to do with my application which I believe are
a challenge with a ClickOnce application.
1. The application is one which is to be purchased by my website's
users. So, before the application is installed, the user must purchase
the application.
2. The user must accept a user license before installing the
application.
3. The "lauch" button which would be located on the web page should
either launch the application for a valid licensed user, or, direct the
user to the software purchase page.
Thanks,
Don
David Browne wrote:
> You launch it with a hyperlink to the .application url.
>
> Something like
>
> http://servername/WindowsApp1.application
>
> Look in the publish.htm, and you should see such a link.
>
> David
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Ok, so ClickOnce gives you the "publish.htm" file that users access to
> > install your application. But, how do you launch the application after
> > it has already been installed and the user re-visits the site?
> >
> > Thanks,
> > Don
> >
> >
> > William Stacey [C# MVP] wrote:
> >> | I'm not looking for an application "installation" solution, rather, I'm
> >> | looking for an application "invocation" solution.
> >>
> >> first time yes. After that, it will just start local. You also get the
> >> benefit of seemless deploy of new versions.
> >