有没有办法远程执行msixpackagingtool.exe
Is there any way to execute msixpackagingtool.exe remotely
我运行以管理员身份在 powershell 的代码下方使用 msixpackagingtool.exe 使用 powershell 将 msi 打包到 msix。
调用命令 -ComputerName remotecomputerip -ScriptBlock { MsixPackagingTool.exe create-package --template C:\tortoisesvn.xml }
但是我收到了这个错误:
程序 'MsixPackagingTool.exe' 未能 运行: 系统无法访问该文件。
+ 类别信息:ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
谁能帮忙。
我认为你做不到,我从未见过这方面的任何文档。你的用例是什么?
但是,可以构建 MSIX 包的其他商业工具可以远程连接到 VM 并在该计算机上执行捕获。
- https://www.advancedinstaller.com/user-guide/repackaging-VMs.html
- https://www.advancedinstaller.com/repackager.html
教程:https://www.advancedinstaller.com/user-guide/convert-legacy-installations.html
免责声明:我在团队建设 Advanced Installer
我运行以管理员身份在 powershell 的代码下方使用 msixpackagingtool.exe 使用 powershell 将 msi 打包到 msix。
调用命令 -ComputerName remotecomputerip -ScriptBlock { MsixPackagingTool.exe create-package --template C:\tortoisesvn.xml }
但是我收到了这个错误: 程序 'MsixPackagingTool.exe' 未能 运行: 系统无法访问该文件。 + 类别信息:ResourceUnavailable: (:) [], ApplicationFailedException + FullyQualifiedErrorId : NativeCommandFailed
谁能帮忙。
我认为你做不到,我从未见过这方面的任何文档。你的用例是什么?
但是,可以构建 MSIX 包的其他商业工具可以远程连接到 VM 并在该计算机上执行捕获。
- https://www.advancedinstaller.com/user-guide/repackaging-VMs.html
- https://www.advancedinstaller.com/repackager.html
教程:https://www.advancedinstaller.com/user-guide/convert-legacy-installations.html
免责声明:我在团队建设 Advanced Installer