|
|
От: |
SchweinDeBurg
|
https://zarezky.spb.ru/ |
| Дата: | 13.11.06 16:37 | ||
| Оценка: | |||
Installing MSIX Packages with PowerShell: A Comprehensive Guide
#PowerShell #MSIX #WindowsDevOps #AppPackaging #Automation
Here’s how to handle like a pro:
# Requires admin rights Add-AppxProvisionedPackage -Online -FolderPath "C:\Apps\" -PackagePath "MyApp.msix"
Installing MSIX Packages with PowerShell: A Comprehensive Guide
#PowerShell #MSIX #WindowsDevOps #AppPackaging #Automation msix install powershell
Here’s how to handle like a pro:
# Requires admin rights Add-AppxProvisionedPackage -Online -FolderPath "C:\Apps\" -PackagePath "MyApp.msix" msix install powershell