Display Changes to End User

Hello, I've searched the forums and KB and haven't found anything that points me in the right direction.

I've got everything buttoned up with wyBuild and have been using it successfully for the past month. That being said one of the biggest requests that I've gotten from our end users is to see a list of "Changes" in the software.

I know I've seen the button during the install to view the changes, but since I've fully automated the update process (forced the update, waited for it to download, then called the InstallNow method) that option is not available.

Is there a way to extract the changes and show them to the user? IE show them in a Message Box before the application restarts and proceeds to update? If not, is there a way to allow the user to actually interact with the update form? Right now it processes very quickly and doesn't let them click "install" or next.

I've hastily typed this up as I'm in a bit of a crunch, but please feel free to ask for clarification if needed.

Thanks,Oz

>> "I know I've seen the button during the install to view the changes, but since I've fully automated the update process (forced the update, waited for it to download, then called the InstallNow method) that option is not available."

The solution is to not fully automate the updates. Or use the "Changes" property in the AutomaticUpdater to get the changes: http://wyday.com/wybuild/help/automatic-updates/members.php

Wow, I can't believe I missed that! Thanks for the super quick response.