Message When Running wyUpdate.exe

Is there any of suppressing the message "wyUpdate is searching for updates" and brand it with my installation? I'm selling an off the shelf product and I don't want any outside references to wyUpdate.

If you make a translation you can replace all occurrences of "wyUpdate" with your own name. You can also change the title bar of wyUpdate by going to File -> Properties -> wyUpdate in wyBuild and set the "Custom title for wyUpdate title bar:" text.

Tell me if this help.

So you're saying I need to create an alternate english language called something like "MyProduct" culture="en-US". Then I need to copy and paste every value to the translated column and change the setting of "wyUpdate is searching for updates" with "MyProduct is searching for updates"? Also, do this for about a half dozen other messages?

Paul

Yes, that's it. You only have to "translate" the values mentioning wyUpdate. You can leave the other values blank and the default values will be filled in automatically by wyUpdate.

Is there anyways to specify the generated .exe file be called something other than wyBuild.exe? Since this would be part of a base installation plus it's a standalone executable it will need to be signed. Obviously I can just rename it by hand, but I want to automate this update process and I want to take out all or minimize manual steps.

If it is not possible to rename this file along with the .wyc file I would recommend that as an enhancement so that your product is more generic.

Is there anyways to specify the generated .exe file be called something other than wyBuild.exe?

Not within wyBuild. However if you're automating the building process you can always use "move" command to rename wyUpdate.exe to [YourUpdaterName].exe.

See How To Move Files With A Batch File.