You are on page 1of 25

How To Combine XP Cd And Office 2010

(Include with sp3, adobe reader 9, Firefox 3.5, PDF Fill And Winrar)

To combine those two iso we need the software as mentioned below :

1. Nlite (you can search at google or download at


http://www.ziddu.com/download/10325320/nLite-1.4.9.1.installer.exe.html)
2. Microsoft dotnet ver.2 (you can search at google or download at
http://www.ziddu.com/download/10335280/dotnetfx.exe.html)
3. Add-On Maker For Nlite (you can search it at google or download at
http://www.ziddu.com/download/10325319/addon_maker.exe.html)
4. Autoit (you can search it at google or download at
http://www.ziddu.com/download/10325321/autoit-v3.2.2.0-setup.exe.html)
5. XP Cd
6. Office 2010 Beta version
7. MSXML 6.0 (you can search it at google or download at
http://www.ziddu.com/download/10335282/MSXML.msi.html)
8. XP Service Pack 3 (you can search it at google or download at
http://download.windowsupdate.com/msdownload/update/software/svpk/2008/04/windowsxp-
kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe)
9. Adobe Reader 9 (you can search it at google or download at
http://www.ziddu.com/download/10335857/adobe_reader9.exe.html)
10. Firefox 3.5 (you can search it at google or download at
http://www.ziddu.com/download/10335854/firefox_3_5.exe.html)
11. GPL Converter for PDFFill (you can search it at google or download at
http://www.ziddu.com/download/10335283/converter.exe.html)
12. Java Runtime for PDFFill (you can search it at google or download at
http://www.ziddu.com/download/10335855/jre_1_5.exe.html
13. PDFFill (you can search it at google or download at
http://www.ziddu.com/download/10335856/pdffill.exe.html)
14. Winrar (you can search it at google or download at
http://www.ziddu.com/download/10335281/winrar.exe.html)

Install these software :

1. Microsoft Dot Net ver.2


2. Nlite
3. Add-On Maker For Nlite
4. Autoit

Extract or copy these software into specified directory :

1. Office 2010 Beta Version (rename the file become easy to use ex. Setup.exe). extract the file
by running the command in the command console (setup.exe /extract:office/). In these example
I try to extract the office file to the “c:\office”. You can define your own.
2. Copy the source of windows to the specified folder (ex. C:\windows_aseli)
3. Make the directory of c:\installer and copy the rest in it (MSXML 6.0, adobe reader 9, xp
service pack 3, firefox 3.5, GPL Converter, Java runtime, PDFFill, Winrar)
4. Make the directories inside c:\installer that contain one file per directory for file and move the
file to it :
a. Winrar to c:\installer\winrar\.
b. Adobe reader 9 to c:\installer\adobe\
c. Java runtime to c:\installer\jre\
d. PDFFIll to c:\installer\pdffill\
e. Firefox 3.5 to c:\installer\firefox\

Remember only one file per directory, if not the add-on that we are about going to make will
have a big size.

Make the directory c:\installer\cab to save to add-ons that we are going to create for the nlite add-
ons.

Next is make the silent installation for office 2010 beta version.

1. From the directory c:\office\ we type in console “setup.exe /admin”

And it will show the windows of configuration and then press “ok”
And then it will show the main windows of configuration

In the “licensing and user interface” tab choose the “use kms client key”, and then check the
confimation of “I accept the terms in the License Agreement”, and choose display level to
“none”. The result is shown as below
And then you can manage to install only the program that you want to select in the “Set feature
installation states” tab as shown as below.

If you already finished then save the configuration files in the same directory with the setup
(c:\office). The file will have extension of *.MSP. With these configuration files we can setup
office 2010 beta version silently. This method can be applied too to office 2007.
So the list file in the office directory is like below :

Next to prepare the add ons for nlite. After you install the add-on maker for nlite, at the program
of windows will have the directory with the name of “virtual tek”. In these shortcut we choose
the “add on maker” shortcut.
For winrar you can set the option as below and you can click the “make file” button and save
the result in c:\installer\cab\ :

For Java runtime you can set the option as below and you can click the “make file” button and
save the result in c:\installer\cab\ :
For Adobe Reader 9 you can set the option as below (the command for silent installation : /sAll
/rs /l /msi /qb- /norestart ALLUSERS=1 EULA_ACCEPT=YES
SUPPRESS_APP_LAUNCH=YES) and you can click the “make file” button and save the result
in c:\installer\cab\ :
For PDFFill you can set the option as below and you can click the “make file” button and save
the result in c:\installer\cab\ :

For Firefox 3.5 you can set the option as below and you can click the “make file” button and
save the result in c:\installer\cab\ :
So in the c:\installer\cab will have five (5) add ons that ready to integrate with nlite. If you want
to get the ready package you can download at
http://www.ziddu.com/download/10348325/cab.rar.html

Next is make th script for auto install the package that can’t install silently (MSXML 6.0 and GPL
Converter. To make the script we must open the auto it editor :
From the editor window we can key in the script as follow :
#include <Date.au3>

#include <GUIConstants.au3>

#include <Misc.au3>

#include <File.au3>

$lokasi_msxml = "C:\WINDOWS\system32\msiexec.exe /i C:\installer\MSXML.msi"

$direktori_msxml = "C:\WINDOWS\system32\"

$lokasi_converter = "C:\installer\converter.exe"

$direktori_converter = "C:\installer\"

$user = "IT"

$company = "SICP"

;Untuk install msxml

Sleep (1000)

Run ($lokasi_msxml,$direktori_msxml)

Sleep (1000)

WinWaitActive ("MSXML 6.0 Parser Setup","Welcome to the Install Wizard for MSXML 6.0 Parser")

Sleep (1000)

Send ("!n")

Sleep (1000)

WinWaitActive ("MSXML 6.0 Parser Setup","License Agreement")

Sleep (1000)

Send ("!a")

Sleep (1000)

Send ("!n")

Sleep (1000)

WinWaitActive ("MSXML 6.0 Parser Setup","Registration Information")

Sleep (1000)

Send ($user)

Sleep (1000)

Send ("{tab}")

Sleep (1000)

Send ($company)

Sleep (1000)

Send ("!n")

Sleep (1000)
WinWaitActive ("MSXML 6.0 Parser Setup","Ready to Install the Program ")

Sleep (1000)

Send ("!i")

Sleep (1000)

WinWaitActive ("MSXML 6.0 Parser Setup","Completing the MSXML 6.0 Parser Setup")

Sleep (1000)

Send ("!f")

;Untuk install converter

Sleep (1000)

Run ($lokasi_converter,$direktori_converter)

Sleep (1000)

WinWaitActive ("WinZip Self-Extractor - converter.exe","")

Sleep (1000)

Send ("!s")

Sleep (5000)

And save the result in the same directories with the installer directory (c:\installer\install.au3). And
then compile it with pressing ctrl+f7 button that will give you the execution file (install.exe). So the
final list file that consist in c:\installer is like below :

Next is make the directory “installer” in the c:\windows_aseli\ and copy the “office” directory in to it,
also the converter.exe, install.exe, MSXML.msi from c:\installer in to it too. So the list file in the
c:\windows_aseli\installer is like below
Next is creating the windows iso include all the add on and the service pack and the first
installation command using nlite. First is click the nlite shortcut that already installed.

And it will show the dialog box like below :


Click next to continue and select the windows source that already modified the content.
Click next to import settings (if we have any)

Click next to choose the service that we want to apply. In these case select “Service Pack”,
“Driver”, “Unattended”, and “Bootable ISO”.
Click next to perform the first service (upgrade the service pack).

We select the service pack 3 that we already download and save at the c:\installer directory. And it
will show the warning dialog to confirm that we are going to upgrade the service pack. Click “Yes”
to confirm it.

There will be another windows that let us choose the service pack that going to be upgrade.

We select from the directory c:\installer and click “Open” and let the process running until finished.
There will be windows process
Click next to continue the progress for selecting the update packs.

Click insert to define the update packs that already created in the c:\installer\cab\
Click next to continue the progress for selecting the additional driver (if have any).

Click next to proceed to the next step (define the unattended step). For the general tab set the
option as below :

For the “RunOnce” tab set the option as below :


In the Users tab set the option as below :
In the “Owner and Network ID” set the option as below :

In the “Regional” tab set the option as you want.


In the “Component” tab set the option as below :

In the “Display” tab set the option as below :


In the “Automatic Updates” set the option as below :

In the “Desktop Themes” choose the setting as you like :


And then click next to create the iso, and will show the dialog boxes to confirm the changes.

Click yes to begin the deployment process. And wait until the process is finished.
Click next to create the iso
Click “Make ISO” Button and define where the iso result saved.

Wait until the process is finished and “Walah……” there is your modified XP CD ISO.

You might also like