C#C
C#2y ago
Noah

Downloading and extracting a .7z file from within a WinUI application

I'm currently developing an application installer using WinUI3, and I'm stuck at the part where the installer actually downloads the .7z file for the application and extracts it. This is the first time I've dealt with something like this.

Further context:
I'm trying to download the 7z file to a path determined by an input on the page previous, and I have passed through the variable on my Frame.Navigate() so I can access it.
image.png
Was this page helpful?