I'm trying to come up with a good way to automate Runtime updates in my application. I already have a method for updating the application components themselves, as well as installing the new deployment folder. The problem is cleaning up the current deployment folder: each version of Runtime expects a particular name for the deployment folder, and so far I haven't been able to find out what that name is via code. Apart from baking it into the configuration, has anyone found a way to determine the name of the current Runtime deployment folder?