OOF-Admin Setup
---------------
Setup.exe               Starts interactive Setup with language selection
Setup.msi               Windows Installer File
Setup.sms               Microsoft System Management Server 2.0 paket definition file
SetupWithLogfile.cmd    Executes interactive Setup with logfile in case of install-troubles

Silent Install Samples:
-----------------------
Install with English Userinterface:
    %Systemroot%\System32\msiexec.exe /qn /i "Setup.msi"

Install with German Userinterface:
    %Systemroot%\System32\MSIEXEC.EXE /qn /i "Setup.msi" TRANSFORMS=:1031

