We'd like to be able to pass information to the updater url so that we can do server based upgrades, this can be accomplished if we can use properties in the updater URL.
I.E.
http://my.domain.com/test/updater[appId]_[configId].txt
This would generate a URL for the updater which would use the user defined properties of appId and configId, then the server can pull those ids out and lookup whether/what needs to be updated for their particular configuration and sent the correct .txt file down.
Thanks