Jump to content

Recommended Posts

Posted

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?


Posted

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.)?

Posted
Are you sure there's no typos in the actual installation command (setup.exe instead of setuppro.exe, spaces, etc.)?

foreheadslap.gif

It's setuppro.exe, not setup.exe. Thanks.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...