or can i use the automaticupdater dll without wyupdate.exe at all ?
Hi There,
Just purchased wybuild to use with a C# app and I think im getting myself abit confused.
What im trying to do is have is have a silent update process. But it looks like no matter what I do , when wyupdate gets executed then it's wizard pops up. Kind of annoying.
I was hoping to use wybuild for managing my updates, and use a custom headless wyupdate that just get's the job done.
I have a checkbox to allow automatic updates, So when I check for updates, if there is updates I want to run wyupdate when my application closes, so next time they run the latest version without hassling them.
Similar to google chrome.
How can I make this possible?Can I replace wybuild's wyupdate with my own?
MrMoe is suggesting the AutomaticUpdater control:http://wyday.com/wybuild/help/automatic-updates/automatic-updater-for-your-.net-app.php
Once you've dragged it onto your form, it has a property to KeepHidden:http://wyday.com/wybuild/help/automatic-updates/members.php
It schedules itself to check for updates (minimum once per day), at which point the update work is silent. I want a completely silent update too (my app is unattended on a public display) and i'm confident i'll work for me.
What im trying to do is have is have a silent update process. But it looks like no matter what I do , when wyupdate gets executed then it's wizard pops up. Kind of annoying.
I was hoping to use wybuild for managing my updates, and use a custom headless wyupdate that just get's the job done.
I have a checkbox to allow automatic updates, So when I check for updates, if there is updates I want to run wyupdate when my application closes, so next time they run the latest version without hassling them.
The AutomaticUpdater controls wyUpdate.exe -- wyUpdate does all of the work. (wyUpdate is the TV, the AutomaticUpdater is the remote control). 90% of the update process is completely silent. Only the last section of the update process shows for 2 reasons:
You can customize the theme and title bar of wyUpdate to match your product's brand.