Rephlex Posted April 30, 2006 Posted April 30, 2006 (edited) well sinds couple of weeks i'm busy with making my own unattended xp. i'm using nlite for adding the drivers but to add some programs well there i'm stuck. i've read alot about it but can't do it. i have found some things like : Copy the downloaded file to \$OEM$\$1\install\Applications\AdobeReader6\Add these lines to your batch file (change filename if it differs):ECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\""but now my question is what of where is the batch file? i dont know what is that so i can't change it also. i hope somebody will want to help me out until i'm getting crazy from reading .thx and goodbye Edited April 30, 2006 by Rephlex
T D Posted April 30, 2006 Posted April 30, 2006 The easiest way: is to integrate RyanVM's Acrobat Reader 6/7 from here.Click the version you want and integrate it in nlite.The hard way to learn, but not to do: you make a batch file that automates your silent program installation. So if you only want Adobe Reader 6 with the switches you mentioned then make the batch file:ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\""If you wanted another program then maybe ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\""ECHO.ECHO Installing office 2003 (or whatever other app)ECHO Please Waitstart /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.mst /qb-ECHO Finished, please rebootAnd so on. Place the batch in say $OEM$\$1\install\Applications\silent.cmd and in your winnt.sif, under [GuiRunOnce] put[GuiRunOnce]%systemdrive%\install\Applications\silent.cmdGo to Unattended App Installs for a full guide.
wickerwolf Posted April 30, 2006 Posted April 30, 2006 depends how many apps your after adding you could use WPI for adding them or ia batch comand
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