Jump to content

help with Unattended.MST


NOMERCY

Recommended Posts

Hi can anyone help me 2 change my Unattended.MST

This command will perform a silent installation of Office 2003 using the Unattended.MST file you created in the Custom Installation Wizard to set your customized options. But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so we will need to change this when we add it to a batch file:

TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-

changed to...

TRANSFORMS=Unattended.MST /qb-

http://unattended.msfn.org/xp/office2003_advanced.htm

please help or anyone give me Unattended.MST with this command TRANSFORMS=Unattended.MST /qb-

my regards

Link to comment
Share on other sites


at the end of running the office 2003 customize instalation software it tells you to run the office 2003 set up the following way

setup.exe TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-

wich is wrong you need to change it to

<path to office 2003>\setup.exe Unattended.MST /qb-

if you followed the directions on from the the unattended.msfn.org website you should have a file in the office 2003 directory you specifed in step2 of the customization wizard if you cant find it do a file search for it if you still cant find it you did something wrong entering info in the customization software

Link to comment
Share on other sites

Hi teleri

actually i can't do it because i try many times

my problems in Section 3 - The Custom Installation Wizard

ican't changed to...

TRANSFORMS=Unattended.MST /qb-

anyone give me this file please

my regards

Link to comment
Share on other sites

You can not change the location of the mst at the end of the ork 2003 wizzard.

do the following

1. Find the location of the mst that you created.

2. move the mst to your office folder

3. point to that location in your batch file or runonceex.cmd

examples

batch file

start /wait %CDROM%\Software\Office2k3\setup.exe TRANSFORMS=%CDROM%\Software\Office2k3\Unattended.MST /qb-

Runonceex

REG ADD %KEY%\001 /VE /D "Office 2003"

REG ADD %KEY%\001 /V 1 /D %CDROM%\Software\Office2k3\setup.exe TRANSFORMS=%CDROM%\Software\Office2k3\Unattended.MST /qb-" /f

Link to comment
Share on other sites

THis is how mine works, i've used it over and over no problems

ECHO.

ECHO Installing Microsoft Office 2003 Professional...

ECHO Please wait...This could take 1-5 minutes...

start /wait %systemdrive%\install\Applications\Microsoft\Office2003\setup.exe TRANSFORMS=unattended.MST /qb-

but there is no wrap around

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