Main Topics
Browse All TopicsHi friends !
I want to make a custom XP CD (I have OEM Licenses for my Dell PCs) that also includes some free applications and utilities like OpenOffice, WinRAR, VLC Media Player, Free PDF Reader pdf995 and the drivers for my Dell GX260 Desktop PC.
I have used nLite (suggested by some experts on experts-exchange) and found that it can be used to include Service Packs, Hotfixes, Drivers and making ISO files. I used it to include drivers and service packs and it worked FINE.
But...I did NOT see any options to include other applications and utilites (like OpenOffice and others that I mentioned above) in nLite.
Please tell me if it is possible to make such a custom CD. Is nLite able to do it or there are some other tools available for it and how to use them.
Waiting for replies...
Regards.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You need to use nlaom (nLite Addon Maker)
http://www.msfn.org/board/
or nlpc (nLite Plugin Creator)
http://www.msfn.org/board/
You can use windows XP unintended installation, please check the tutorial here:
http://www.svrops.com
What you need to modify is unintended.txt, mainly the section:
[GuiRunOnce]
This section tells setup to run the indicated commands at the first logon
after setup finishes. You can use Autologon in [GuiUnattended] above to
login and automatically run these commands. For multiple commands just
add more lines - Command1=, Command2=, etc.
Command0=c:\installMyS
You can run a installMySoftware.bat script here to install all your needed software, I can provide you a sample bat script of installing common software:
@echo off
title Installing applications. Please be patient..
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional...
@echo off
start /wait %systemdrive%\install\perf
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment...
@echo off
start /wait %systemdrive%\install\java
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR...
@echo off
start /wait %systemdrive%\install\winr
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker...
@echo off
start /wait %systemdrive%\install\unlo
cl
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional...
@echo off
start /wait %systemdrive%\install\urun
cls
@ech
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner...
@echo off
start /wait %systemdrive%\install\ccle
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro...
@echo off
start /wait %systemdrive%\install\nero
cl
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite...
@echo off
start /wait %systemdrive%\install\adob
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack...
@echo off
start /wait %systemdrive%\install\cccp
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional...
@echo off
start /wait %systemdrive%\install\core
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer...
@echo off
start /wait %systemdrive%\install\kmp.
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10...
@echo off
start /wait %systemdrive%\install\flas
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash10... Done!
@echo off
start /wait %systemdrive%\install\\IE7
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
echo off.
start /wait %systemdrive%\install\Fire
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
echo off.
start /wait %systemdrive%\install\Silv
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
@echo Installing Silverlight... Done!
echo.
start /wait %systemdrive%\install\ULTR
cls
@ec
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
@echo Installing Silverlight... Done!
@echo Installing ULTRAISO 8.0... Done!
echo.
@echo Finishing up...
@echo off
%systemdrive%
regedit /s %systemdrive%\install\reg.
regsvr3
r
cd %userprofile%
del /f /q *.bat
del /f /q *.tmp
del /f /q *.txt
rmdir /s /q %systemdrive%\install
Business Accounts
Answer for Membership
by: DVation191Posted on 2009-11-06 at 11:07:47ID: 25762070
Ah, that's much more complex. n.org/unat tended.xp/ view/web/3 8/
You want to create an unattended install disk. I haven't found a better resource for that than here:
http://unattended.msf
All the info you could possibly need.