gonzaga Posted November 12, 2007 Posted November 12, 2007 (edited) Hi everyone in the forum,First of all i would like to say thank you to the forum people and the website. It has been very helpful for me to be more creative with my work.I am trying to build an ultimate windows XP disc to date which includes:1. WinXP post SP2 updates taken from Ryan VM website2. Driver Pack3. All the default programs that i want in the imageI have successfully created a disc that includes all the Driver Packs and the software that i want without any problem.I then took the disc building exercise a step further by using Nlite to incorporate all the SP2 Updates taken from Ryan VM's website.When i emulate the disc using virtual PC there are 2 programs that is not being installed and i have no idea what is going on. Those programs are Office 2003 and Office 2003 SP3.The following is what i have inside my RunOnceEx.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%02 /VE /D "Office 2003" /fREG ADD %KEY%02 /V 1 /D "%systemdrive%\install\Applications\Office2003\setupstd.exe TRANSFORMS=unattended.mst /QB-" /fREG ADD %KEY%03 /VE /D "Office 2003 SP3" /fREG ADD %KEY%03 /V 1 /D "%systemdrive%\install\Office2003SP3.exe /Q" /fREG ADD %KEY%05 /VE /D "Adobe Reader 8" /fREG ADD %KEY%05 /V 1 /D "%systemdrive%\install\adobereader8.exe /sAll" /fREG ADD %KEY%06 /VE /D "Windows Installer 3.1" /fREG ADD %KEY%06 /V 1 /D "%systemdrive%\install\installer.exe /Q /O /Z" /fREG ADD %KEY%07 /VE /D "Video Change" /fREG ADD %KEY%07 /V 1 /D "%systemdrive%\install\1365VidChng.exe 1024x768x32@85 -q " /fREG ADD %KEY%08 /VE /D "Java Runtime Environment" /fREG ADD %KEY%08 /V 1 /D "%systemdrive%\install\java.exe /s /v/qn " /fREG ADD %KEY%09 /VE /D ".Net Framework 2.0" /fREG ADD %KEY%09 /V 1 /D "%systemdrive%\install\dotnet2.exe" /fREG ADD %KEY%10 /VE /D "Winzip 10" /fREG ADD %KEY%10 /V 1 /D "%systemdrive%\Program Files\Winzip\Winzip32.exe /noqp /notip /nodesktop /autoinstall" /fREG ADD %KEY%11 /VE /D "DirectX 9c" /fREG ADD %KEY%11 /V 1 /D "%systemdrive%\install\Applications\DX\dxsetup.exe /silent " /fREG ADD %KEY%12 /VE /D "Putty" /fREG ADD %KEY%12 /V 1 /D "%systemdrive%\install\putty.exe /sp- /silent " /fREG ADD %KEY%13 /VE /D "Symantec Antivirus 10.1.5" /fREG ADD %KEY%13 /V 1 /D "%systemdrive%\install\Applications\SAV\SAV.msi /passive RUNLIVEUPDATE=0 REBOOT=REALLYSURPRESS" /fREG ADD %KEY%20 /VE /D "Internet Explorer 7" /fREG ADD %KEY%20 /V 1 /D "%systemdrive%\install\IE7-WindowsXP-x86-enu.exe /passive /no-default /norestart" /fREG ADD %KEY%25 /VE /D "PDF Creator" /fREG ADD %KEY%25 /V 1 /D "%systemdrive%\install\PDFCreator-0_8_0_GNUGhostscript.exe SP- /SILENT /NORESTART" /fREG ADD %KEY%26 /VE /D "PDF Creator Update" /fREG ADD %KEY%26 /V 1 /D "%systemdrive%\install\Patch02-PDFCreator-0_8_0.exe SP- /SILENT /NORESTART" /fREG ADD %KEY%27 /VE /D "FileZilla" /fREG ADD %KEY%27 /V 1 /D "%systemdrive%\install\FileZilla_2_2_13b_setup.exe /S " /fREG ADD %KEY%30 /VE /D "WSUS Server Registration" /fREG ADD %KEY%30 /V 1 /D "REGEDIT /S %systemdrive%\install\apacwsus.reg" /fREG ADD %KEY%98 /VE /D "Cleaning Up" /fREG ADD %KEY%98 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fREG ADD %KEY%99 /VE /D "and more cleaning" /fREG ADD %KEY%99 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /fEXITNow what i have succeed so far is to create unattended xp with all applications and unattended xp with all updates.If i can get this problem to work then i will have unattended xp with updates and all program installed. Can anyone please help me and let me know where did i go wrong.Thank youPS: I have tried integrating hotfix first before driver pack and integrating driver pack before hotfix,....both of them provides the same problem (Office 2003 and SP3) Edited November 12, 2007 by gonzaga
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now