Jump to content

Recommended Posts

Posted (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 6

ECHO 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 :unsure: .

thx and goodbye :hello:

Edited by Rephlex

Posted

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 6
ECHO 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 6
ECHO 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 Wait
start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.mst /qb-
ECHO Finished, please reboot

And 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.cmd

Go to Unattended App Installs for a full guide.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...