I think I went a bit backwards on my update process. I used to be able to display incremental updates (More than 1 version release notes in the wyUpdate screen). I have a demo tomorrow and could use some help identifying how to get this back.
I've been testing with a project that has 3 different versions:1. 7.0.0.827 (Base Version)2. 7.0.5.33. 7.1.11.10
Versions 7.0.5.3 and 7.1.11.10 both have unique release notes and the application files referenced in all 3 versions are have their own version folder on disc. I made sure to delete all of the .wyu and .wys files in wyBuild output directory as well as on the web server where updates are retrieved. Here is the process I took to test this scenario was built:7.1.11.10 I built my wyUpdate client using the base version (7.0.0.827) and stored both the wyUpdate.exe and client.wyc files in the client application directory. 2. In wyBuild I then created the update from version 7.0.0.827 to 7.0.5.3 and uploaded it to our web server. 3. I ran the wyUpdate client to see that the release notes appeared without any issues for the 7.0.5.3 version. However, I didn't click the "Update" button at this point (So I can see the release notes display more than 1 version the next time around). I closed the wyUpdate application down to prepare for the next step.4. Once that was done I then created the update from version 7.0.5.3 to 7.1.11.10 and uploaded that the web server. *** At this point, things get interesting for me. ***5. I ran the wyUpdate client again and noticed that only the version release notes that appeared were for the latest version (7.1.11.10).
I then rolled back the wyBuild output files for both my local build server and the web server where the updates existed. I then created the update from version 7.0.0.827 to 7.1.11.10 to see if this changed anything, but got the same results. Any thoughts as to what could be preventing the individual version release notes from being displayed altogether?
I feel like I'm spinning my wheels here...
Jim