sixpack Posted June 13, 2004 Posted June 13, 2004 i slipsteamd office and it doesent install. the setup copy's every thing to thehd 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 FrontpageECHO 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 1eECHO Installeren Van Q817787 Voor Windows Media Player 8...start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:NECHO.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" /qECHO.ECHO Installeren Van Q817778 Advanced Networking Pack...start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /ZECHO.ECHO Installeren Van DirectX 90 Security Update...start /wait %systemdrive%\install\hotfixes\DirectX90-KB839643-x86-NLD.exe /quiet /norestartECHO.ECHO Installeren Van Office 2003 Pro Met FrontpageECHO Wachten Alstublieft...start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-ECHO.ECHO PC Herstarten over 5 minutenshutdown.exe -r -f -t 300 -c "Systeem zal afsluiten na 5 minuten om de updates bij te werken" EXITi have a Administrative Installationcan someone tell me what's wrong?
XtremeMaC Posted June 13, 2004 Posted June 13, 2004 severals reasons1st u might want to consider putting "" around it maybe I don't remember how mine was2nd does the setup complain about some files missing? if so set the attributes of your office files to unhiddenand apart from this I do think u need to put "" around that 300 in shutdown.exe ..
sixpack Posted June 13, 2004 Author Posted June 13, 2004 every thing works but this dont:ECHO.ECHO Installing Office 2003 Professional with FrontpageECHO 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 FrontpageECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe /qb-but whats the /qb- for q=quiet but b and - ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now