Jump to content

Help? how to add softwares in XP


Recommended Posts

hi :hello:

i want to make an XP ISO DVD ....in which i just put my softwares and it auto install them while installing windows xp.... :blushing:

like office, adobe software's , nero and other like that so i don't have to install them after installing windows ....

any one plz //

and thax in adv.... :thumbup

Link to comment
Share on other sites


You can use RunOnesEX.cmd to do so,

First of all Creat a folder "Install" or wat ever you want but remember u should change the name in runonesex.cmd file too.

ok let's start, copy your all programs which you want to install after windows installation,

Now creat a $OEM$ folder and place "runonesex.cmd file there,

Your runonesex.cmd file looks like this,

cmdow @ /HID
@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Additional Application" /f

REG ADD %KEY /VE /D "WinRAR"
REG ADD %KEY /V 1 /D "%PP%winrar.exe" /f

REG ADD %KEY%01 /VE /D "Shockwave10" /f
REG ADD %KEY%01 /V 1 /D "%PP%ShockW.exe /S" /f

REG ADD %KEY%02 /VE /D "File&Folder Style" /f
REG ADD %KEY%02 /V 1 /D "%PP%folder.exe" /f

REG ADD %KEY%03 /VE /D "Cleaning" /f
REG ADD %KEY%03 /V 1 /D "%PP%clean.cmd" /f

REG ADD %KEY%04 /VE /D "Sys final" /f
REG ADD %KEY%04 /V 1 /D "%PP%sys.exe" /f

REG ADD %KEY%05 /VE /D "Vista Sound" /f
REG ADD %KEY%05 /V 1 /D "%PP%vmedia.exe" /f

REG ADD %KEY%06 /VE /D "Drive" /f
REG ADD %KEY%06 /V 1 /D "%PP%VSDRV.EXE" /f

REG ADD %KEY%07 /VE /D "BOOT" /f
REG ADD %KEY%07 /V 1 /D "%PP%Bootscreen.cmd" /f


EXIT

Watch this above file format, then you can make it ur self. And remember you should know the silent keys of ur programs which u want to install, to install programs without any user interface.

Now make a new text file named "cmdlines.txt"

and copy this text in that txt file.

[Commands]
"RunOnceEx.cmd"

And place this file also in $OEM$ folder.

Now you have two folders , 1>Install (which contains ur program) 2>$OEM$

Place these 2 folders in your Root CD with I386.

Link to comment
Share on other sites

thx but i dont understand an of this....

RunOnceEx is a key in the registry which is used for installing applications... at logon to the desktop.

Enjoy learning to understand by reading through the Unattended Guide.

If you still cannot understand then you are going to need to express your issues so others can help you learn.

:)

Link to comment
Share on other sites

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