Bug? Command line.

Heckenschneider

New Member
Messages
8
Reaction score
0
The line (ntlite.exe /LoadImage:"D:\NTLite\Cache\Images\Windows22H2-WIM" /ImageIndex:5 /CreateIso:"E:\Probe.iso" /IsoLabel:"Probe" /ExitAfter:1) is only partially executed. NTLite starts, mounts the index, and then hangs. It does nothing else. The operating system is Windows 10.

I kept trying. If I add "/LoadPreset:", then everything works. However, this parameter, like the others, is marked as "optional"!
 
Last edited:
I kept trying. If I add "/LoadPreset:", then everything works. However, this parameter, like the others, is marked as "optional"!
A preset is required, because NTLite will have detected no actions to perform on the loaded image.

I don't think the command line sequence will just create a new ISO from an untouched image. Maybe it should, but I don't think nuhi intended it this way. It's always been about automating the apply changes process. So you need a "change" (preset).

/ExitAfter is optional, so you could automate loading an image, and waiting idle for the user.
 
I'm thinking "/LoadPreset is mandatory whenever using the /ExitAfter option" is a better improvement.
 
Back
Top