Custom WyUpdate

Hai,

i am new to wybuild and i need customize wyupdate for my dotnet application.i was downloaded the wyupdate source code from your site and i made some changes on it and i created new wybuild project and i added exe file to my wybuild project. and i uploaded server files to my website and i uploaded my application wybuild project to my website but i am getting my changes in wyupdate and also i am getting wyupdate real version .

1. here i get client.wys and wyupdate.exe for custom updater two server files2.created dotnet app and add this to wybuild it created client.wys and wyupdate and two server filesnow i uploaded First server files and second server files to my web sitei hava a doubt that which client.wys file i included in my application either wyupdate client file or dotnet application client file can give details description on this

I'm not really sure what your question is. Have you read: How to make a custom version of wyUpdate

If that doesn't help, can you tell me exactly the problem you're having?

1. i was created my wyupdate.exe from your source code. it produce 2 client files and 2 server files2. i have placed 2 server files in my website (IIS) remaining client.wys file and wyupdate.exe file where i can kept these files?3. i was created one .NET application i want custom wyupdate in my .NET application4.what are the steps needed , here i am getting confusion which client.wys file i need to include in my application. or both client.wys files or only one client.wys

4.what are the steps needed , here i am getting confusion which client.wys file i need to include in my application. or both client.wys files or only one client.wys

First go through the step-by-step walkthrough and get your app integrate with the updating and only use our version of wyUpdate (don't compile your own version).

Then, only after you do the updating to work correctly, you can try to use your own self-update site. You don't have to compile your own wyUpdate. You can use our version of wyUpdate. See: How to make a custom version of wyUpdate.

hai sam,

i tried with your version of wyupdate.exe to bulid my application its fine to update latest versions.but now i want my custom wyupdate.exe to place in my application how it is .i read the article of creating custom wyupdate but i am not clear the process

Which step, specifically, is confusing you?

3.Then simply build and upload the updates to your server.

here what are the updates in the custom wyupdate .after building completion i got 2 server files and one client.wyc and wyupdate.exe files

what are the files i need to include in my actual dotnet application to use my custom wyupdate

what are the files i need to upload to my server

The custom wyUpdate wyBuild project must only contain wyUpdate.exe.

The files you include with your app are (a) your custom version of wyUpdate.exe, and (b) the client.wyc file. Just like if you're using our version of wyUpdate. See the step-by-step walkthrough.