smc0862
06-25-2008, 06:26 AM
Our product updater handles multiple versions of our product patches. What I'd like to do is to also supply Release Notes for each of the patches and have the correct one displayed to the end user so the end user can see what was fixed prior to applying the patch.
Currently I have an internal array in the server script for the patch data. I can add another array element to reference a unique release note file per patch.
What I need to know (if it's possible) is how to include these release note files into the updater as a resource so they get downloaded to the end user. Then I need to know how to display the Scrolling Text dialog using the correct release note file determined at runtime.
Thanks,
-Shawn
Currently I have an internal array in the server script for the patch data. I can add another array element to reference a unique release note file per patch.
What I need to know (if it's possible) is how to include these release note files into the updater as a resource so they get downloaded to the end user. Then I need to know how to display the Scrolling Text dialog using the correct release note file determined at runtime.
Thanks,
-Shawn