WYU File Location

Hi

My understanding of the wyc/wys/wyu files is this:WYUpdate.exe determines the location of the WYS file from Client.wyc, and then determines the location of the WYU files from the WYS file.It is possible to override the location of the WYS file using the command line parameter -server=blahIs it possible to also override the WYU file location using a parameter or something?

Ideally, I'd like to specify that the WYU file is always in the same location as the WYS file, so that if I change the WYS file location, WyUpdate.exe checks for WYU files in the same location... is this possible?

Thanks!

You can use the -server argument in tandem with the -updatepath argument. The -server commandline switch simply points to an alternative location to download the *.wys file. The *.wys file still contains all the update sites listed in your wyBuild project file.

To specify alternative download sites use the %updatepath% variable and the -updatepath commaneline switch. I.e.

%updatepath%/%file%

then

wyUpdate.exe -updatepath="http://example.com"

Thanks a lot, that's really useful...