Newbie here, stuck with Post-Setup installs

kanfuru

New Member
Messages
2
Reaction score
0
I have spent an hour trying to find out what I did wrong and can't find the answer, hence the post here.

I have managed to make a custom template of Windows 11 minus a bunch of bloat and that works fine. The issue is the programs I am trying to silently install before log on don't. I suspect it is due to me having the exe files set as run and not using the cmd.
I did see another post mention about "click Enable and check the OEM SetupComplete box" back in 2023 but I cannot see that option anywhere.

Anyone able to point me in the right direction? Attached is the XML file (which I realised I forgot to add open office).
 

Attachments

This preset doesn't have any Post-Setup tasks in it. Maybe check for another version of the file?

If you can't find the right preset, then attach this file on the ISO:
Code:
\sources\$OEM$\Setup\Scripts\SetupComplete.cmd
 
Hi Garlin

Only just got round to looking at this solution. I am not too sure where to put that file or attach it. I did ask Chat GPT for help but I had to create a new ISO as it wouldn't install. This is what I have for the post setup so far:

1746357307690.png
 
When you add a new installer file to Post-Setup, NTLite expects you to copy the silent install flags without the filename (because you gave NTLite the name of the .MSI or .EXE file which you're installing).

CommandParameters
\path\MBSetup.exe/VERYSILENT /NORESTART
\path\vlc-3.0.21-win46.exe/S
\path\setup.exe/qn
\path\SpotifyFullSetup.exe/extract "C:\Download....
 
Back
Top