Jump to content

Help with Unattend Install


pwrmngr

Recommended Posts

Ok I have read a lot of fixes on the net so far none work heres my dilemma.

I have a FRESH install of XP PRO and have created a Unattend Install of Office 2003 but when I run the ".bat" file I have created it comes up with "please go to control panel to install and configure system components".

ECHO.

ECHO Installing Office 2003

ECHO This is an Unattend install

ECHO Please wait...

setup.exe TRANSFORMS="H:\Customers\Software\Office 2k3\2k3.MST" /qb-

Any suggestions why?

THanx all :)

Edited by pwrmngr
Link to comment
Share on other sites


Do you have the folder FILES\SETUP under your H:\Customers\Software\Office 2k3 ?

Then modify the SETUP.INI with your config.

Probably you need following lines :

--------

[MST]

; The MST section gives the full path to a transform that should be applied.

MST1=H:\Customers\Software\Office 2k3\2K3.mst

--------

In that case, your BAT file will be :

--------

ECHO.

ECHO Installing Office 2003

ECHO This is an Unattend install

ECHO Please wait...

setup.exe

--------

i.e., you don't have to make your own BAT file.

You can find another parameters for SETUP.INI, please do search the Internet.

Yoshi

Link to comment
Share on other sites

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