MSFN Forum: need some help - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

need some help Rate Topic: -----

#1 User is offline   Rephlex 

  • Group: Members
  • Posts: 1
  • Joined: 29-April 06

Posted 30 April 2006 - 05:59 AM

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:

This post has been edited by Rephlex: 30 April 2006 - 05:59 AM



#2 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 30 April 2006 - 07:16 AM

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.

#3 User is offline   wickerwolf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 19-April 06

Posted 30 April 2006 - 05:52 PM

depends how many apps your after adding you could use WPI for adding them or ia batch comand

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy