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.

Microsoft OFfice 2003

Featured Replies

Weird thing happening my custom DVD installs OS and my apps but when it gets to Microsoft Office it says "starting set up for microsoft office" I have my *.mst file all set up the way i like it. Then it goes right into windows with nothing installed i dont understand it.

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Advantage ESM Application Installations" /F

REG ADD %KEY%\001 /VE /D "Adobe Reader" /F
REG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /F

REG ADD %KEY%\002 /VE /D "Spybot" /F
REG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /F

REG ADD %KEY%\003 /VE /D "Macromedia Flash Player-Shockwave Player" /F
REG ADD %KEY%\003 /V 1 /D "C:\install\mm_fl_sw_installer.exe /S" /F

REG ADD %KEY%\004 /VE /D "Ultra VNC" /F
REG ADD %KEY%\004 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /F

REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

I've also tried it like this

REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=unatended.mst /qb-

and it does the same thing anyone have an idea for me?

Edited by minusbfold


REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

...

REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%SystemDrive%\install\Applications\Office2003\unatended.mst /qb-" /F

  • Author

Thanks :)

I just did that and it does the same thing it comes up says its about to go through the install then goes into windows and nothing is installed

Are you sure it's "unatended.mst" and not "unattended.mst"?
Good pint, I didn't notice that. All I noticed was that his path C:\xpcd\$OEM$\$1\install\Applications\Office2003\ was certainly wrong...

...also don't use "C:" use %systemdrive%. Personally I would install all my apps straight off the CD (in which case you can use %~d0 to represent the CD-ROM drive letter (which takes variable "0" of the command line, treating it as a filename it returns the drive letter - so it returns the drive letter that the batch file exists on).

  • Author

Thanks guys i figured out what was wrong and it wasnt the spelling mistake...

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.