Unattended error "NTLCompName.vbs Permission denied code 0x800A0046"

You've used MDT, the exact reason for doing so is fixing inconsistent BIOS setups or device order problems. NTLite doesn't compete in this space. What you can do is use NTLite to customize images, and export install.wim to MDT.
:) OK.

I want to implement an unattended installation system that is not based on internet.
I will try other ways.

Thanks.
 
Every ISO image has two different boot.wim's: WinPE and WinPE (Setup). The difference is Setup only runs setup.exe, instead of executing a set of pre-install scripts. You can use WSIM (from the free Windows ADK) to configure WinPE to run your custom scripts before Setup.exe.

MDT is the newer cloud replacement for WSIM, which is the same idea without a domain.
 
Every ISO image has two different boot.wim's: WinPE and WinPE (Setup). The difference is Setup only runs setup.exe, instead of executing a set of pre-install scripts. You can use WSIM (from the free Windows ADK) to configure WinPE to run your custom scripts before Setup.exe.

MDT is the newer cloud replacement for WSIM, which is the same idea without a domain.
OK

I've read about WSIM before, maybe not enough. I will go back and check the information.

Thank you very much.
 
Back
Top