Deployment of About.htm with ClickOnce

Posted by Melody Friedenthal on Stack Overflow See other posts from Stack Overflow or by Melody Friedenthal
Published on 2010-03-15T17:27:12Z Indexed on 2010/03/15 17:29 UTC
Read the original article Hit count: 653

Filed under:
|

I have a Win app (VB.net 2005) with an About.htm page that comes up when the user presses F1, using a HelpProvider control.

The application was deployed using ClickOnce technology. When I release a new version I have to manually copy the About.htm file from my development area to our LAN (specified by the HelpNamespace property of the HelpProvider control).

Is there a way I can include this as part of the deployment?

Thank you.

© Stack Overflow or respective owner

Related posts about deployment

Related posts about clickonce