External and internal updates

Hi,

I have an application where I want to be able to release updates for testers/superusers (internal update) and only a subset of these updates (the major ones) for customers (external updates)

I tried to do this by making 2 wybuild projects: Internal and External

In my application I have two subfolders (external and internal) where I have the two different versions of wyupdate and client.wyc. The application then changes the AutomaticUpdater.wyUpdateLocation to either "/external" or "/internal" dependent on which type of update the user wants.

The problem is that the downloaded update will be stored in either the internal or external folder respectively. So I need to be able to get wyupdate to store the files in '../' or something like that.

Is there a better way of doing this?

Thanks

Yes, use the updatepath. You can have "dynamic" download sites.

Tell me if that helps.