Hey Peter,
We've never passed the version to the "SuccessArgs" event variable in the UpToDate event. It's implied that the version is the same as the your app's current version.
Does that make sense?
Hey,
I'm responding to the uptodate even in the automatic updater, but the parameter seems to be unused.. I'd like to have access to the current version number through e.Version, which seems to be exactly what it's for.. However, that version number does not contain a value (it is null). Is this a bug in the auto updater, or a conscious design choice?If the latter, I don't really understand why.. It can't be null because it is up to date, because if it wasn't, the uptodate event wouldn't have triggered in the first place.
Thanks for any info,Peter Vel
Hey Peter,
We've never passed the version to the "SuccessArgs" event variable in the UpToDate event. It's implied that the version is the same as the your app's current version.
Does that make sense?
It does kind of make sense.. I do think it'd be nice to have the current version passed along as a parameter, since that code section is dealing with versions etc, seems like it'd be convenient.
The source for automaticupdater does seem to show that successargs are in use though:
http://paste.pocoo.org/show/544133/
Regards,PV
PS. BBCode appears to be broken, can't find any way to turn it on.. so used an external pastebin to improve readability