Forum Discussion
NZ463
Sep 06, 2023Copper Contributor
problems with MSIX packaging and Hyper-V
I just tried creating an msix package for avd on my Hyper-V Win11 VM. I also executed the MSIX Packaging Tool on this particular VM - everything worked fine there. I used Notepad++ for test purposes ...
Sep 07, 2023
I would suggest that you read through the comments at the top of this script that describes what is needed on the setup for remote packaging. One or more of those steps were probably missed. Note: I keep the hypervisor and any VMs in use domain joined to make it easier. This github is my fork of the automated repackaing for multiple packages, you don't need the script but do need the setup information described..
https://github.com/TimMangan/MSIX-Toolkit/blob/master/Scripts/BatchConversion/entry.ps1
https://github.com/TimMangan/MSIX-Toolkit/blob/master/Scripts/BatchConversion/entry.ps1
NZ463
Sep 10, 2023Copper Contributor
Hey, thanks for your answer.
I only "missed" the step of domain joining the worker machine.
However I'm still getting the same error as beforehand...
I only "missed" the step of domain joining the worker machine.
However I'm still getting the same error as beforehand...
- Sep 13, 2023Unfortunately I can't debug the MMPT. But I'd guess that this is a basic permissions-like issue. I would suggest verifying that you can remote powershell using psremoting from the involking machine into the packaging VM. Trouble shoot that way and the MMPT should be OK.