September 29, 200718 yr hi i want to make an XP ISO DVD ....in which i just put my softwares and it auto install them while installing windows xp.... 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....
September 29, 200718 yr 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 OffFOR %%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\RunOnceExREG ADD %KEY% /V TITLE /D "Additional Application" /fREG ADD %KEY /VE /D "WinRAR"REG ADD %KEY /V 1 /D "%PP%winrar.exe" /fREG ADD %KEY%01 /VE /D "Shockwave10" /fREG ADD %KEY%01 /V 1 /D "%PP%ShockW.exe /S" /fREG ADD %KEY%02 /VE /D "File&Folder Style" /fREG ADD %KEY%02 /V 1 /D "%PP%folder.exe" /fREG ADD %KEY%03 /VE /D "Cleaning" /fREG ADD %KEY%03 /V 1 /D "%PP%clean.cmd" /fREG ADD %KEY%04 /VE /D "Sys final" /fREG ADD %KEY%04 /V 1 /D "%PP%sys.exe" /fREG ADD %KEY%05 /VE /D "Vista Sound" /fREG ADD %KEY%05 /V 1 /D "%PP%vmedia.exe" /fREG ADD %KEY%06 /VE /D "Drive" /fREG ADD %KEY%06 /V 1 /D "%PP%VSDRV.EXE" /fREG ADD %KEY%07 /VE /D "BOOT" /fREG ADD %KEY%07 /V 1 /D "%PP%Bootscreen.cmd" /fEXITWatch 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.
September 29, 200718 yr Try looking here for the guide to using runonce http://unattended.msfn.org/unattended.xp/view/web/31/and you can get the software here http://runonceexcmd.sourceforge.net/
October 2, 200718 yr 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.
Create an account or sign in to comment