Where do I put applications on the image to install?

i am not sure where i put applications on the image to install and how do i add them to install path to start the install using the custom commands?
 
Post-Setup page, drag and drop your program, add the correct switch. ntlite will place the program into "sources\$OEM$\$$\Setup\Files".

files - sources\$OEM$\$$\Setup\Files
SetupComplete.cmd - sources\$OEM$\$$\Setup\Scripts

Capture.JPG


the actual code in SetupComplete.cmd will look like this
Code:
"%WINDIR%\Setup\Files\UltraUXThemePatcher.exe" /S

if you want to add files(wallypapers etc) and portable programs - list of $OEM$ folders
 
Last edited:
Back
Top