January 1, 200719 yr Welcome everyone !Is there anyone who knows, how to run nLite from a command prompt without starting a GUI?Perhaps, it's imposible ;-), so below explanation why I'm asking and what I tried to achive.I'm using syntax like this:nlite /preset:"FULL_PATH_TO_MY_INI_FILE" /path:"FULL_PATH_TO_DIRECTORY_CONTAINS_I386"but, this way, I can't run nLite in a fully unattended mode (without a need for human interaction ;-)).I'd like to run nLite from a batch script, and don't want to do any mouse clicking.Thanks in advance for any help :-)BTW Sorry for my english
January 1, 200719 yr It shouldn't require any mouse clicking, when does it exactly stops? And did you wait for those 3 seconds it automatically waits after it's done and proceeds?
January 3, 200719 yr Author Thanks for response :-)It stops on first step (screenshot as attachment).Bellow my batch script (only fragment):REM ...SET logFile=".\CreateUWCDs.log"SET workDirectory="E:\UNATTENDED\system\wxpp_en_sp2\output\work"REM ...SET nLite="C:\PROGRAMS\USER\Utilities\Backup\nLite\nLite.exe"SET nLitePreset="E:\UNATTENDED\system\wxpp_en_sp2\output\presets\UWXPP.EN.SP2.-.NLITE.ini"REM ...ECHO RUNNING %nLite% /preset:%nLitePreset% /path:%workDirectory% & ECHO.(ECHO RUNNING %nLite% /preset:%nLitePreset% /path:%workDirectory% & ECHO.) >> %logFile%%nLite% /preset:%nLitePreset% /path:%workDirectory% REM ...I tried to fix it using AutoIt, but in this case it's difficuilt
Create an account or sign in to comment