I've created a WinPE iso. When booting it launches my hta application stored in a directory called hta in the boot.wim (windows/hta). Everything works fine. Now, to speed up the development I would like to have a static link in the mounted boot.wim file structure pointing to my checked out hta application folder on a different location. I was expecting the dism unmount commit to copy all the files from the static link and include it in the boot.wim but it's not working.
Does anyone know if this is a limitation within the dism tool or am I doing something wrong? I'm using the mklink to create my static link. I've tried both soft and hard links but without any success. BTW, I'm using the latest Windows 10 ADK.