Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

help with Unattended.MST

Featured Replies

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

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

  • Author

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

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

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.