Hi Andreas,
a) according to http://wyday.com/wybuild/help/override-server.php, you can override the server site used from wyupdate site by using the -server command line parameter:wyupdate.exe -server="http://example.com/server.wys"
However, that does not seem to have an influence on the update site.So my question: Is there a way to override the update site as well? Something like:wyupdate.exe -update="http://example.com/updates/"so that all .wyu-files are taken from the directory spedified here?
The update sites are contained within the server file (Along with other information to verify the authenticity of the update files). So you can only specify a different server site from the commandline.
Have you read the help topic on Update & Server Sites? It explains how you can specify some sites as server sites and some sites as update sites by right clicking the site (or leave the site its default as both server & update site).
Does this help? If not, could you explain what you're trying to do?
b) As stated in http://wyday.com/wybuild/help/commandline.php, you may add new version to your project file from an .xml filewybuild.exe "C:\YourProject.wyp" -add="newversions.xml"
Inside the .xml-file, the source of the files is given as absolute path. <Files dir="basedir"> <File source="C:\YourProduct\1.2\YourProduct.exe" /> <File source="C:\YourProduct\1.2\Awesome.dll">NewName.dll</File>Is there a way to use relative path names here (relative to the location of your project file)?
Relative paths will be coming in wyBuild 2.6.