Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7933999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:30:21+00:00 2026-06-03T21:30:21+00:00

Possible Duplicate: Looking for recomendation to show release notes in ClickOnce applications I’m using

  • 0

Possible Duplicate:
Looking for recomendation to show release notes in ClickOnce applications

I’m using ClickOnce to deploy a .NET Winforms app, mainly for the ease of getting software updates automatically detected.

Currently when a new version is published, the user is notified there is an update available, BUT there is no mechanism to show them what’s actually included in this new update. Ideally I would like an easy way to hook this into my bug tracking system (we’re using Redmine).

Now I’m not committed to ClickOnce, so open to other alternatives that allow easy auto updates, but I would really like to let user’s know what sort of changes are included in new software updates, and possibly allow them to revisit this information in a Help \ What’s New menu.

Not related to .NET, but I’ve seen AdobeAir seems to do this well, and iTunes Apps also have a way of showing what’s changed before you upgrade, can ClickOnce or other .NET alternatives do this?

thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T21:30:22+00:00Added an answer on June 3, 2026 at 9:30 pm

    The way I would handle this is to include an html page in the deployment; on this page, show the update information. Then when your app runs, check and see if the file is there, and if ApplicationDeployment.IsFirstRun is true, and if so, show the page. You could also just open the browser and show an online page (if they have internet access).

    IsFirstRun is only true the first time a user runs the app after updating or installing a ClickOnce application. You also want to check IsNetworkDeployed before checking IsFirstRun; this checks to see if it is running as a ClickOnce application. If you check IsFirstRun and it’s not running as a C/O application, it will throw an exception.

         if (ApplicationDeployment.IsNetworkDeployed)
         {
            if (ApplicationDeployment.CurrentDeployment.IsFirstRun)
            {
               //Show the page if it exists
            }
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: What features are people looking forward to in .Net 4.0 - 4.1
Possible Duplicate: What are ‘closures’ in .NET? I am currently looking at lambda expression
Possible Duplicate: Convert VB.NET code to C# Hey, I'm looking for a powerfull tool
Possible Duplicate: How do I create a nice-looking DMG for Mac OS X using
Possible Duplicate: Converting binary to decimal without using loop I'm looking for the simplest
Possible Duplicate: Array slicing in Ruby: looking for explanation for illogical behaviour (taken from
Possible Duplicate: Where is the c++11 standard I am looking to buy/download a few
Possible Duplicate: How to get javascript variable value in php I am looking for
Possible Duplicate: Class construction with initial values While I was looking at c++ example
Possible Duplicate: How I can create installer for website. PHP mysql I'm looking to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.