Click-Once install location from within application

Posted by rein on Stack Overflow See other posts from Stack Overflow or by rein
Published on 2009-10-05T10:07:35Z Indexed on 2010/04/09 8:33 UTC
Read the original article Hit count: 274

Filed under:
|
|

I'd like to programatically determine the "publish location" (the location on the server which contains the installation) of the click-once application I'm running. I know that the appref-ms file contains this information and I could parse this file to find it but the application has no idea as to the location of the appref-ms file and I can't seem to find a way of determining this location.

Does anyone have any ideas how I can easily determine the publish location from within my application?

© Stack Overflow or respective owner

Related posts about clickonce

Related posts about .NET