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.

getting office & mst fileto run in RunOnceEX

Featured Replies

right. i currently have the following command to install my administrative install of office 2003 with my mst file. (server name has been substituted for now)

"\\\server\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\server\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST" /qb-

i couldnt get this string to run in runonceEx so at present I point to the batch file which then runs this command..

can i get away with running this in the runonceex & what would I need to do with the " to get it to work..

will this work.

%KEY%\005 /V 1 /D "\"\\\server\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\server\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST/" /qb-" /f


%KEY%\005 /V 1 /D "\"\\\server\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\server\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST/" /qb-" /f

I haven't tried this, but your line doesn't look right. Try:

REG ADD %KEY%\005 /V 1 /D ""\\server\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\server\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST" /qb-" /f

If you remove the spaces from your MST and Office folder, you might launch without the quotes (if they are the problem).

I'd probably rename the MST and do it like this:

SET OFC="\\server\it$\Software\Office\Office 2003\CD1"

REG ADD %KEY%\005 /V 1 /D "%OFC%\setup.exe TRANSFORMS=%OFC%\Custom.MST /qb-" /f

But basically I just think your RunOnceEx line is wrong. Try the one I pasted first :)

Edited by Silent Bob

  • Author

ive tried it your way & other ways but for some reson the runonce dosent like the adition of the transform file..

has anyone mastered this & got it working..

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.