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.

TRANSFORMS=Unattended.MST

Featured Replies

I created an Office XP SP3 by this http://unattended.msfn.org/xp/officexp_advanced.htm

and it says to rename the

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

to...

TRANSFORMS=Unattended.MST /qb-

It won't let me rename that with the Microsoft Office XP Resource Kit Tools I downloaded = orktools.exe on same link. It it keeps that path it probably won't install correctly.

How do you get around this?


thank you for reminding me...

the site isn't too clear about that. It should be that you close out of the ORK tools, and then when adding it to your batch file or whatever you change it THERE to just unattend.mst

  • Author

Thanks Alanoll

I tried every search I string could and couldn't find anything like that. Also some of my screens were a little different and I thought the version I had was the problem.

Tried everything to open it also and finally with VB and I don't see any path like the long one.

No, don't worry, it will install fine. :yes:

That

TRANSFORMS=Unattended.MST /qb-

refers to the command-line to use to install Office2k3.

  • 7 years later...

I know this is quite an old thread, but I thought why opening a new one since this is the same problem I have now. My batch file looks like that and is taken from the above mentioned website:


ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait "f:\Desktop Support\XPCD\$OEM$\$1\install\Applications\Office2003\setup.exe" TRANSFORMS=Unattended.MST /qb-

What is wrong that it won't allow me to install Office 2003? Below is the error message.

---------------------------

TRANSFORMS=Unattended.MST

---------------------------

Windows cannot find 'TRANSFORMS=Unattended.MST'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.

---------------------------

OK

---------------------------

Could someone please post the correct batch file content?

Thank you very much in advance for your help.

Edited by Mackhack

ECHO.

ECHO Installing Office 2003 Professional

ECHO Please wait...

start /wait "c:\install\Applications\Office2003\setup.exe" TRANSFORMS=Unattended.MST /qb-

Thanks for your reply, but the installation files aren't on the C:\ drive. They are on network drive.

Maybe you need to check if the name you used is correct, mine is (whithout quotes):

Example with WPI:

'%WPIPath%\\Install\\Office2003\\setup.exe TRANSFORMS=UNATTEND.MST /qn'

Cheers

What name? From the unattended.mst file? I double checked that already. F2 on the file, copied the file name and pasted it into the batch file.

TRANSFORMS=Unattended.MST /qb-

TRANSFORMS=UNATTEND.MST /qb-

You see the difference?

So is that case sensitive? Attached is a screenshot of the directory.

post-119061-0-04841300-1339794053_thumb.

thank you for reminding me...

the site isn't too clear about that. It should be that you close out of the ORK tools, and then when adding it to your batch file or whatever you change it THERE to just unattend.mst

Yes, it seems!

Create a new mst file and save as Unattend.mst! I always use successfully like that!

HTH

Edited by myselfidem

Have you tried whithout quotes and whithout space inside folder names ?:

.\setup.exe TRANSFORMS=UNATTEND.MST /qb-

Example, like this:

start /wait F:\Desktop_Support\XPCD\$OEM$\$1\install\Applications\Office2003\setup.exe TRANSFORMS=UNATTEND.MST /qb-

*Edit: The new link for the web site you told is here now:

http://unattended.msfn.org/unattended.xp/view/web/50/

Edited by myselfidem

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.