Skip to content

opsi.orgheader image

opsi.org
Views
WinstScripts >>

msoffice2003

Document Actions
last edited 3 years ago by sehlers
The following script is created by a opsi user. We have different 
MSOffice2003-scripts which include special and additional 
configurations (e.g. transforms). Ask us for more information.


*********************** script from user mwiesner *******************

[Initial]
Message=Installation von Microsoft Office 2003 inkl. Update
LogLevel=2
ExitOnError=false
ScriptErrorMessages=true
TraceMode=off

[Aktionen]
DefVar $systemroot$
DefVar $system$
DefVar $scriptpath$
DefVar $programfilesdir$
Set $systemroot$="%Systemroot%"
Set $system$="%System%"
Set $scriptpath$="%scriptpath%"
Set $programfilesdir$="%ProgramFilesDir%"

if not (HasMinimumSpace("%Systemdrive%","1GB"))
        LogError "Nicht genĂ¼gend Platz auf C:"
else
        WinBatch_install
        WinBatch_update
endif

[WinBatch_install]
msiexec /i %scriptpath%\files\pro11.msi /qn noreboot=ReallySuppress TRANSFORMS=files\ms_office_2003_-o.mst COMPANYNAME="**YOURCOMPANY**" PIDKEY=**yourkey**

[WinBatch_update]
Msiexec.exe /p %scriptpath%\files\SP2\ohotfix\MAINSP2ff.msp /qb- /L*v C:\Logfile_Office_install.txt