Forum Discussion
Error while running msixmgr.exe -unpack cmdlet during MSIX App Attach creation on WindowsServer2019
- Mar 11, 2023
The applyacls.dll is part of the msmgr distribution and should be in the same folder as the msmgr.exe.
However, unless some things have changed, I think that you will find that you can't use a dynamic VHD and need to use a fixed one. We typically triple the size of the MSIX file as a guess (as the compression in the MSIX file tends to run about 2.5 to 1), and adjust up if needed.
The applyacls.dll is part of the msmgr distribution and should be in the same folder as the msmgr.exe.
However, unless some things have changed, I think that you will find that you can't use a dynamic VHD and need to use a fixed one. We typically triple the size of the MSIX file as a guess (as the compression in the MSIX file tends to run about 2.5 to 1), and adjust up if needed.
Am curious to understand how this switch is making difference in creating app attach files in Server 2019 VM's. Where as In windows 10 OS I noticed using Dynamic switch is creating app attach successfully.