I was using version 2025.08.10552 and was wary of updating because new issues are always introduced, and I already had stable presets for my use. I thought the new version was stable enough with the new preset history feature, so I updated. Out of laziness, I didn't back up my presets, and now NTLite has removed the <Commands><PostUpdates> entries in my presets, which contain commands to be executed in the Windows image before saving.
Is this feature no longer supported?
Previously, when saving a new preset, a code block like this was present in the .xml file:
But in the new version, this block no longer exists, and if I add it when overwriting the preset with NTLite this block is deleted.
Is this feature no longer supported?
Previously, when saving a new preset, a code block like this was present in the .xml file:
Code:
<Commands>
<PostUpdates>
<!--<Command>cmd /c echo Example from [MOUNTDIR]\Windows & pause</Command>-->
<!--<Command>dism /image:[MOUNTDIR] /get-intl</Command>-->
</PostUpdates>
</Commands>
But in the new version, this block no longer exists, and if I add it when overwriting the preset with NTLite this block is deleted.