C
C#β€’3mo ago
Boof

Can someone help me add auto update to the project? . Thank for all

Can someone help me add auto update to the project? . Thank for all
No description
19 Replies
Angius
Angiusβ€’3mo ago
What are you having trouble with, exactly?
Boof
Boofβ€’3mo ago
I cannot add update function to the app
Angius
Angiusβ€’3mo ago
What have you tried?
Boof
Boofβ€’3mo ago
... Yes, to explain how an app works and how to add a button to the app so users can update and see the new button
No description
Angius
Angiusβ€’3mo ago
WebRequest πŸ’€ In any case, when you discover that there is a new update, download the zip file or installer or whatever with that new update and upack/run it That's how any updater works There are also things like Velopack that help you add update functionality
Boof
Boofβ€’3mo ago
how to im newbie huhu
Angius
Angiusβ€’3mo ago
With HttpClient for example (which is what you should be using instead of WebClient ayway, btw)
Boof
Boofβ€’3mo ago
Do you have any clips or videos showing how to do that? I still don't understand how it works:huh:
Angius
Angiusβ€’3mo ago
https://stackoverflow.com/questions/45711428/download-file-with-webclient-or-httpclient First result when googling csharp httpclient download file
Boof
Boofβ€’3mo ago
hmm im sorry i dont I'm quite stupid at reading these things, can you help me find a video? I am very good at seeing and doing. Thank you
Angius
Angiusβ€’3mo ago
You should probably see similar results if you typed the same query on YouTube
Boof
Boofβ€’3mo ago
hhttpclientc#?
Angius
Angiusβ€’3mo ago
csharp httpclient download file
Boof
Boofβ€’3mo ago
It seems that it is not related to the issue of auto updating the interface at all ^^:catsweat:
Angius
Angiusβ€’3mo ago
How do you imagine an updater works? Step 1: check if there's a new version You seem to have done that already Step 2: download the new files You are here Step 3: apply the update That comes after step 2 is complete
Boof
Boofβ€’3mo ago
yes I did 1 functional version test Please can you make a video tutorial in a simple form =))) , I'm confused:pepeCEASE:
Angius
Angiusβ€’3mo ago
Step 2 is to download the files The new files that contain the update I googled for you I'm going to search it on youtube for you if you're incapable of that, sure https://www.youtube.com/results?search_query=csharp+httpclient+download+file Here Plenty of good results
Buddy
Buddyβ€’3mo ago
What are you making? πŸ˜„
Boof
Boofβ€’3mo ago
app