Jump to content

Recommended Posts

Posted

i slipsteamd office and it doesent install. the setup copy's every thing to the

hd with no errors.

wen procesing the cmd it fails to setup(only the office files)

now this part i dont unterstand:

ECHO.

ECHO Installing Office 2003 Professional with Frontpage

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

i think i'm missing somting here :)

setup.exe TRANSFORMS=Unattended.MST /qb-

this is my cmd:

@echo off

ECHO.

color 1e

ECHO Installeren Van Q817787 Voor Windows Media Player 8...

start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N

ECHO.

ECHO Installeren Van Q832483 MDAC-functie kan leiden tot uitvoering van een code...

start /wait %systemdrive%\install\hotfixes\NLD_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

ECHO.

ECHO Installeren Van Q817778 Advanced Networking Pack...

start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z

ECHO.

ECHO Installeren Van DirectX 90 Security Update...

start /wait %systemdrive%\install\hotfixes\DirectX90-KB839643-x86-NLD.exe /quiet /norestart

ECHO.

ECHO Installeren Van Office 2003 Pro Met Frontpage

ECHO Wachten Alstublieft...

start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO PC Herstarten over 5 minuten

shutdown.exe -r -f -t 300 -c "Systeem zal afsluiten na 5 minuten om de updates bij te werken"

EXIT

i have a Administrative Installation

can someone tell me what's wrong?


Posted

severals reasons

1st u might want to consider putting "" around it maybe I don't remember how mine was

2nd does the setup complain about some files missing? if so set the attributes of your office files to unhidden

and apart from this I do think u need to put "" around that 300 in shutdown.exe ..

Posted

every thing works but this dont:

ECHO.

ECHO Installing Office 2003 Professional with Frontpage

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

but it works now with this:

ECHO.

ECHO Installing Office 2003 Professional with Frontpage

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\setup.exe /qb-

but whats the /qb- for

q=quiet but b and - ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...