Jump to content

gonzaga

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About gonzaga

gonzaga's Achievements

0

Reputation

  1. 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 website 2. Driver Pack 3. All the default programs that i want in the image I 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.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%02 /VE /D "Office 2003" /f REG ADD %KEY%02 /V 1 /D "%systemdrive%\install\Applications\Office2003\setupstd.exe TRANSFORMS=unattended.mst /QB-" /f REG ADD %KEY%03 /VE /D "Office 2003 SP3" /f REG ADD %KEY%03 /V 1 /D "%systemdrive%\install\Office2003SP3.exe /Q" /f REG ADD %KEY%05 /VE /D "Adobe Reader 8" /f REG ADD %KEY%05 /V 1 /D "%systemdrive%\install\adobereader8.exe /sAll" /f REG ADD %KEY%06 /VE /D "Windows Installer 3.1" /f REG ADD %KEY%06 /V 1 /D "%systemdrive%\install\installer.exe /Q /O /Z" /f REG ADD %KEY%07 /VE /D "Video Change" /f REG ADD %KEY%07 /V 1 /D "%systemdrive%\install\1365VidChng.exe 1024x768x32@85 -q " /f REG ADD %KEY%08 /VE /D "Java Runtime Environment" /f REG ADD %KEY%08 /V 1 /D "%systemdrive%\install\java.exe /s /v/qn " /f REG ADD %KEY%09 /VE /D ".Net Framework 2.0" /f REG ADD %KEY%09 /V 1 /D "%systemdrive%\install\dotnet2.exe" /f REG ADD %KEY%10 /VE /D "Winzip 10" /f REG ADD %KEY%10 /V 1 /D "%systemdrive%\Program Files\Winzip\Winzip32.exe /noqp /notip /nodesktop /autoinstall" /f REG ADD %KEY%11 /VE /D "DirectX 9c" /f REG ADD %KEY%11 /V 1 /D "%systemdrive%\install\Applications\DX\dxsetup.exe /silent " /f REG ADD %KEY%12 /VE /D "Putty" /f REG ADD %KEY%12 /V 1 /D "%systemdrive%\install\putty.exe /sp- /silent " /f REG ADD %KEY%13 /VE /D "Symantec Antivirus 10.1.5" /f REG ADD %KEY%13 /V 1 /D "%systemdrive%\install\Applications\SAV\SAV.msi /passive RUNLIVEUPDATE=0 REBOOT=REALLYSURPRESS" /f REG ADD %KEY%20 /VE /D "Internet Explorer 7" /f REG ADD %KEY%20 /V 1 /D "%systemdrive%\install\IE7-WindowsXP-x86-enu.exe /passive /no-default /norestart" /f REG ADD %KEY%25 /VE /D "PDF Creator" /f REG ADD %KEY%25 /V 1 /D "%systemdrive%\install\PDFCreator-0_8_0_GNUGhostscript.exe SP- /SILENT /NORESTART" /f REG ADD %KEY%26 /VE /D "PDF Creator Update" /f REG ADD %KEY%26 /V 1 /D "%systemdrive%\install\Patch02-PDFCreator-0_8_0.exe SP- /SILENT /NORESTART" /f REG ADD %KEY%27 /VE /D "FileZilla" /f REG ADD %KEY%27 /V 1 /D "%systemdrive%\install\FileZilla_2_2_13b_setup.exe /S " /f REG ADD %KEY%30 /VE /D "WSUS Server Registration" /f REG ADD %KEY%30 /V 1 /D "REGEDIT /S %systemdrive%\install\apacwsus.reg" /f REG ADD %KEY%98 /VE /D "Cleaning Up" /f REG ADD %KEY%98 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f REG ADD %KEY%99 /VE /D "and more cleaning" /f REG ADD %KEY%99 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f EXIT Now 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 you PS: 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)
×
×
  • Create New...