Jump to content

brrempel

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About brrempel

brrempel's Achievements

0

Reputation

  1. I'm not sure if this belongs here or under the Office2003 section. Anyway, I've got a working XP unattended install with SP2, hot fixes and drivers on a bootable DVD. I've got an unattended install built for Office 2003 with SP2 and all hot fixes. Both work very well and I'm very happy with the results. The next step is I'd like to include Office on the XP DVD so it will be installed as part of the unattended installation of XP. This is my batch file: ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- This is the GUIRunOnce portion of my winnt.sif file: [GUIRunOnce] command9="%SystemDrive%\DPsFnshr.exe" %systemdrive%\install\batch_file.cmd The directory structure on the DVD for the install files is: C:\$OEM$\$1\install\Applications\Office2003 The problem is that at first logon I get the error that windows cannot find "C:\install\batch_file.cmd". The directory isn't there and the install files for Office haven't been copied to C:\install. Any ideas as to why the files aren't being copied from the DVD to the system drive?
  2. I've slipstreamed XP with SP2 and all of the hot fixes and driver packs. I put everything on a bootable DVD. It works almost perfectly. When I install XP using the DVD and then go to Windows Update it shows three critical updates need to be installed. They are: KB890830 KB916595 KB913443 I've downloaded these three files (along with all other hot fixes) and then run this batch file: TITLE Windows XP SP2 Slipstreamer brought to you by www.MSFN.org CLS @echo off ECHO. ECHO Slipstreaming Windows XP SP2 Updates ECHO Please wait... FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\WindowsXPCD ECHO. ECHO Slipstreaming Completed! ECHO. pause EXIT The first error I get it this: The next thing that happens is this pops up and I click cancel: Then this pops up: After some more hot fixes get installed I get this error: The rest of the hotfix slipstreaming process goes off without a hitch. I'm sure I'm missing something obvious, but I can't figure it out. Anyone have any ideas?
×
×
  • Create New...