서명된 앱 패키지(
.appx
,.msix
,.appxbundle
,.msixbundle
)를 사용자 계정에 추가하는 PowerShell 유틸리티. 더 많은 정보: https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage.
Add-AppxPackage -Path {{경로\대상\패키지.msix}}
Add-AppxPackage -Path {{경로\대상\패키지.msix}} -DependencyPath {{경로\대상\의존성.msix}}
Add-AppxPackage -AppInstallerFile {{경로\대상\앱.appinstaller}}
Add-AppxPackage -Path {{경로\대상\패키지.msix}} -DependencyPath {{경로\대상\의존성.msix}} -AllowUnsigned