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.

Editing the MST File

Featured Replies

Hi All,

i just got done creating the Office XP unattended install section of the unattended XP cd

I can't figure out step #22 changing the Transforms file to read

This command will perform a silent installation of Office XP 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 change:

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

to...

TRANSFORMS=Unattended.MST /qb

how exactly do I change it to the proper setting ???

thanks in advance !!!!!!!

shkj


  • Author

Hi All,

i just got done creating the Office XP unattended install section of the unattended XP cd

I can't figure out step #22 changing the Transforms file to read

This command will perform a silent installation of Office XP 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 change:

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

to...

TRANSFORMS=Unattended.MST /qb

how exactly do I change it to the proper setting ???

thanks in advance !!!!!!!

shkj

I believe that setting is configured in the setup.ini in the same directory as the mst file...

R

No double posts. Threads merged and caps removed from topic

There are several things here that can cause confusion.

C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\Unattended.MST

is from the local directory c:\xpcd that this person is using to organize the cd before imaging and burning.

When you do an unattended installation, all files are copied over to the hard drive and then everything is executed.

So, in theory you could reference the file in terms of c:\ if you were certain your install drive is c:\

It would look like this:

C:\install\Applications\OfficeXP\Unattended.MST

because $OEM$\$1\ is copied to the root of the drive (ie c:\)

However it is much easier to use a relative path (no drive letters) in executing the command.

just using TRANSFORMS=Unattended.MST means the MST file is in the same directory as the setup file.

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.