%urlargs% not working

VB.net code

Dim P As New ProcessStartInfo P.FileName = Application.StartupPath & "\wyUpdate.exe" P.Arguments = String.Format("-urlargs:{0}{1}{0}", Chr(34), "KEY")

-------------------Test Update site: http://localhost/iseeu/updates.aspx?p=%file%&k=%urlargs%-------------------Error received:-Error trying to save file: Error downloading "http://localhost/iseeu//updates.aspx?p=wyserver.zip&k=%urlargs%": The remote server returned an error: (404) Not Found.-----------please note that the %urlargs% is not being passed correctly, please point out the mistake in code or wybuild settings.thanks,nitin

Hey Nitin,

Prior to wyBuild & wyUpdate 2.6.15 %urlargs% can only be used on update sites. So, until wyBuild 2.6.15 is released, you need to add 2 sites to the download site list. Then right click one and make it "Just a server site", then right click the other and make it "Just an update site". Use %urlargs% in the "Just a server site".

Does this make sense?

What is the difference between 1.an Update site and Just a server site? 2.wyBuild & wyUpdateWhere is the download link for wyBuild & wyUpdate 2.6.15 i have wybuild 2.6.14.0

thanks

What is the difference between an Update site and Just a server site?

We cover this in the Download sites article. The "update site" is where wyUpdate downloads the *.wyu files. The "server site" is where wyUpdate downloads the *.wys file.

What is the difference between wyBuild & wyUpdate

You use wyBuild to manage your updates, build them, upload them, etc.

wyUpdate is what your include with your application. It does the actual updating.

Where is the download link for wyBuild & wyUpdate 2.6.15 i have wybuild 2.6.14.0

wyBuild 2.6.15 is coming soon.