Hi all
Office service packs (2003, 2007 and 2010) appear to not be running silently. As a result, the installations are getting cancelled by users.
Can this be changed, or how would I change this myself?
Thanks
Dan
dantu wrote:Office service packs (2003, 2007 and 2010) appear to not be running silently. As a result, the installations are getting cancelled by users.
echo %1 | %SystemRoot%\System32\find.exe /I "sp" >nul 2>&1
if errorlevel 1 (
echo %1 | %SystemRoot%\System32\find.exe /I "2687455" >nul 2>&1
if errorlevel 1 (%1 /quiet /norestart) else (%1 /passive /norestart)
) else (%1 /passive /norestart)
echo %1 | %SystemRoot%\System32\find.exe /I "sp" >nul 2>&1
if errorlevel 1 (
echo %1 | %SystemRoot%\System32\find.exe /I "2687455" >nul 2>&1
if errorlevel 1 (%1 /quiet /norestart) else (%1 /quiet /norestart)
) else (%1 /quiet /norestart)
Return to Installation / Updating
Users browsing this forum: No registered users and 29 guests