brrempel Posted October 27, 2006 Posted October 27, 2006 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 ProfessionalECHO 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.cmdThe directory structure on the DVD for the install files is:C:\$OEM$\$1\install\Applications\Office2003The 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?
IcemanND Posted October 28, 2006 Posted October 28, 2006 sounds like you forgot to set oempreinstall=yes in you winnt.sif file
brrempel Posted October 31, 2006 Author Posted October 31, 2006 No, I have oempreinstall=yes set.Here is the error I get:
Ctrl-X Posted October 31, 2006 Posted October 31, 2006 It looks like batch_file.cmd is executed, right? That would mean the C:\Install folder is present, so the subfolders should be as well. Are you sure there's no typos in the actual installation command (setup.exe instead of setuppro.exe, spaces, etc.)?
brrempel Posted November 1, 2006 Author Posted November 1, 2006 Are you sure there's no typos in the actual installation command (setup.exe instead of setuppro.exe, spaces, etc.)?It's setuppro.exe, not setup.exe. Thanks.
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