MSFN Forum: Office 2003 Unattended Installation Problems - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Office 2003 Unattended Installation Problems Rate Topic: -----

#1 User is offline   trwagner1 

  • Group: Members
  • Posts: 2
  • Joined: 21-July 06

Posted 21 July 2006 - 01:00 PM

Using the information for the Office 2003 advanced installation:

http://unattended.ms....xp/view/web/50

I downloaded the ORK.exe, installed it.

I then followed the directions to the letter. No problems. Created my
batch file with my command line.

When I try to test my unattended installation of Office 2003 on a Windows XP
Professional desktop, I get the following error in a Windows MsgBox:

Window Title: Windows XP Setup
Text: Please go to the Control Panel to install and configure system
components.

My batch file is this:

start /wait setup.exe TRANSFORMS=DR.MST /qb+

The batch file is in the Office2003 directory.

Any ideas why on an unattended installation XP is telling me instead to use
the Control Panel?

I've been looking for a couple of hours with no success via google and the
MS Support knowledgebase.

Thank you

Ted


#2 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 27 July 2006 - 10:06 AM

The batch sees setup.exe not as .\setup.exe but as %systemroot%\setup.exe. cmd.exe searches %systemroot% and system32 (the executable paths) before the current dir. Put
start /wait .\setup.exe TRANSFORMS=DR.MST /qb+


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy