Install apps from the Microsoft Store via Product ID.
- Visual Studio 2022 with .NET desktop development
- .NET Framework 4.8
- Download Visual Studio
- Open the installation exe
- Tick
.NET desktop development
- On the right ensure
.NET Framework 4.8 development tools
is ticked.
- Click the
Code
button - Click the
Download Zip
button - Extract the zip somewhere
- Ensure that Git is installed
- Open up a command prompt and navigate to the directory you wish to download to
- Run the command:
git clone https://github.com/N3XUSLABS/NexusLabs.MicrosoftStoreInstaller.git
- Open the NexusLabs.MicrosoftStoreInstaller.sln file
- When prompted, Restore NuGet Packages
- Click Build > Build Solution