powershell を使用して msixpackagingtool.exe を使用して msi を msix にパッケージ化するために、管理者として powershell で以下のコードを実行しています。
Invoke-Command -ComputerName remotecomputerip -ScriptBlock { MsixPackagingTool.exe create-package --template C:\tortoisesvn.xml }
しかし、次のエラーが表示されます: プログラム 'MsixPackagingTool.exe' を実行できませんでした: システムがファイルにアクセスできません。+ CategoryInfo : ResourceUnavailable: (:) []、ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailed
誰でも助けることができます。