Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 977 Bytes

Microsoft Store Installer

Install apps from the Microsoft Store via Product ID.

Compiling

Requirements

  • Visual Studio 2022 with .NET desktop development
  • .NET Framework 4.8

Installing Visual Studio

  1. Download Visual Studio
  2. Open the installation exe
  3. Tick .NET desktop development
  4. On the right ensure .NET Framework 4.8 development tools is ticked.

Downloading the repository

Using your browser

  1. Click the Code button
  2. Click the Download Zip button
  3. Extract the zip somewhere

Using Git

  1. Ensure that Git is installed
  2. Open up a command prompt and navigate to the directory you wish to download to
  3. Run the command: git clone https://github.com/N3XUSLABS/NexusLabs.MicrosoftStoreInstaller.git

Building

  1. Open the NexusLabs.MicrosoftStoreInstaller.sln file
  2. When prompted, Restore NuGet Packages
  3. Click Build > Build Solution