sswietoniowski Posted January 1, 2007 Posted January 1, 2007 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
nuhi Posted January 1, 2007 Posted January 1, 2007 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?
sswietoniowski Posted January 3, 2007 Author Posted January 3, 2007 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
nuhi Posted January 4, 2007 Posted January 4, 2007 Oh, that was fixed in 1.3beta...try the 1.3RC, it's better than 1.2.1.
sswietoniowski Posted January 4, 2007 Author Posted January 4, 2007 Thanks :-)Working with version 1.3 RC
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now