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.

error while splitstreaming office 2003

Featured Replies

I have an error message when I try to splitstream the .msp files to my administrative install of office 2003 (french). In fact, everytime I call "msiexec" it says :

paramètres de lignes de commandes incorrects
Windows Installer V2.0xxxxx

(= command lines switches invalid)

I use the following :

TITLE Office 2003 Slipstreamer brought to you by www.MSFN.org
CLS
@echo off
ECHO Please wait...
FOR %%f IN (*.msp) DO msiexec /p %%f /a D:\Mes Documents\Microsoft\msocd\admin\PRO11.MSI SHORTFILENAMES=TRUE /qb
ECHO Slipstreaming Completed!
pause
EXIT


D:\Mes Documents\Microsoft\msocd\admin\PRO11.MSI <-- There's a spacing in Mes Documents, so it needs to be surrounded it in quotations. Otherwise its trying to go to D:\Mes and it won't be found.

FOR %%f IN (*.msp) DO msiexec /p %%f /a "D:\Mes Documents\Microsoft\msocd\admin\PRO11.MSI" SHORTFILENAMES=TRUE /qb

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.