C#C
C#3y ago
Mek

✅ Need Help Finishing Up Installer C# Avalonia V11.0.2

https://pastebin.com/gNG6t3Fd

This is my current code with all the fluff text to be an example of what I want my installer to do while the loading screen is going, however, I need help with getting the rest of the stuff to happen and making this loading screen become real and put the work in behind it

  1. Connecting to the repo
  2. Getting the file size of the zip folder
  3. Downloading the zip folder into memory
  4. Getting the location of the project on the users system without needing user input
  5. Extracting the files from the zip folder and over writing the existing files to update the program
  6. Correctly and accurately updating the progress bar as each thing happens.
Was this page helpful?