Setting wyUpdateLocation = update fails

When I set the wyUpdateLocation of the automaticupdater ( wpf version ) ( I set it to Updater/wyUpdate.exe )when I create an update this update fails because he tries to update my file in a wrong location ( watching the error it sounds like et had "Updater" to the path )

What can I do ? is this a bug ?

Thank you !

You must set the wyUpdateLocation property either at design time or in the constructor of your application's form. You cannot set it later than that or else it will have no effect.

The property is set at design time : the updater use correctly the path to find wyupdate.exe.

sounds like et had "Updater" to the path )

Sorry I was tired when I wrote it : correct sentence is :"sounds like he adds "Updater" to the path"

I'm not quite sure what you're saying. Is everything working now? If not, what are you specify in the wyUpdateCommandline property (copy & paste exactly what you're using).

I can't see my "wyUpdateCommandline" for the moment because I'm at work.

But seeing the wyUpdate Commandline documentation it sounds like I have to set basedir to something like :basedir="..\"does relative path work ?

Got it to work !I had to set the wyUpdateCommandline to this value :-basedir="./"

Thank you to put me on the way !