2. Next, click theManual Downloadtab →Download the raw nupkg fileto download the package. This tutorial uses the Az.Automation 1.9.1 module from the Azure PowerShell gallery as an example. But the same steps apply to other NuGet packages. Downloading the raw NuGet package (nupkg) file 3...
Download the raw nupkg file for the package. Locate the downloaded file and change its extension to .zip. Extract theMicrosoft.UI.Xaml.X.X.appxfile inside themicrosoft.ui.xaml.X.X.X.zip\tools\AppX\x64\Releasedirectory. Open powershell, go to the appx file location and execute: Add-Appx...
Create a new folder named “PSWindowsUpdate” in %WINDIR%\System32\WindowsPowerShell\v1.0\Modules and extract the content of the nupkg file. **A NuGet package is a ZIP archive with some extra files. Some browsers, like Internet Explorer, automatically replace the .nupkg file extension with ...
Changenupkgextension tozip. Once done, we need toright-clickon the file toextractit. Now, press theShiftkeyandright-clickanywhere on theblankarea where you have extracted the file to select the “Open PowerShell Windows here” option. Use theAdd-Appxpackagescommand in your PowerShell to insta...
Renamemicrosoft.ui.xaml.2.7.3.nupkgtomicrosoft.ui.xaml.2.7.3.zip Extract the archive’s contents to a folder — e.g., D:\microsoft.ui.xaml.2.7.3. Open PowerShell as Admin and type the following commands: Add-AppxPackage -Path "d:\microsoft.ui.xaml.2.7.3\tools\AppX\x64\Release\Micr...