I have read the how to http://wyday.com/wybuild/help/custom-wyupdate-version.php and the walkthrough http://wyday.com/wybuild/help/walkthrough.php, but I have some some doubt. This is what I have done:1) open the downloaded solution of wyUpdate, customized an build it so to have the new wyBuild.exe custom file2) copies the custom wyUpdate.exe in a local folder "2.6.16.4"3) create a new project "myCustomWyBuild" in wyBuild, added the new version "2.6.16.4", added the link to my custom wyBuild.exe from my local folder to the "Your program's folder", disabled the warning, setted the Server filename to "mycustomselfupdate.wys", and the download site to "https:\\mycompanysite.com\mycustomwyupdate\%file%"4) build wyUpdate, 5) build update, and upload "mycustomselfupdate.wys" and the *.wyu files to mycompanysite.com\mycustomwyupdate
Question: the wyUpdate.exe obtained after the 4) is not the custom wyUpdate.exe, I have to rewrite it before build the update?
6) Create a new project "MyApp" in wyBuild, 7) create a new local folder "1.0" in which copy all file of my application except my custom wyUpdate8) add all links in "Your program's folder" from the files in local folder "1.0" to the "MyApp" project9) add the address "https:\\mycompanysite.com\mycustomwyupdate\mycustomselfupdate.wys" as host of wyUpdate for "MyApp"10) setting the download site of "MyApp" to "https:\\mycompanysite.com\myapp\%file%"11) build wyUpdate of "MyApp"12 ) build updates and upload "wyserver.wys" and *.wyu file to "mycompanysite.com\myapp\"
Question: like before the wyUpdate.exe obtained after the 11) is not the custom wyUpdate.exe, I have to rewrite it before build the update?
13) added "client.wyc" and my custom "wyUpdate.exe" to the installation zip of my app.
Question: if I modify my wyUpdate after the publish of "MyApp", I have only to publish the new version of my custom "wyUpdate.exe", and not to rebuild the update for "MyApp", have I?
Question: My custom "wyUpdate.exe" and the "client.wyc" for "MyApp" have never copied in may local folder "1.0" and above all added the links of them to "Your program's folder" of "MyApp", is it?
Best regards.Cristiano