Post setup noob question

CjTorch

New Member
Hey guys... sorry in advance! ... so I'm trying to learn/make an OS. I'm trying to run a .bat file post setup to do some reg changes, install some packages that I've placed in install.wim.... however I can't seem to get it to work... any help would be appreciated. Preferably exactly what to do lol

Thanks
 
Do I add a "command"? If so what parameters... for example... if I want to run a .bat file once windows loads (automatically) to install the packages which are at the root of c.....
 
From the Post-Setup screen, you can drag & drop files into the Machine - Execution Queue.

Machine installs programs as SYSTEM (elevated user) on behalf of all users.
User installs programs for just yourself.

Capture.PNG

BAT files don't take a parameter, but most *.EXE & *.MSI installers require command-line options.

You can find those settings for most apps with a simple search on "silent" or "unattended" install instructions. Whatever you run must be totally hands free, it can't ask for user help.

If you need to re-order the list of commands, click on a line and use the green Up/Down arrows.
 
Back
Top