ANDYru
Есть способ от
разработчиков.
Цитата:
With OpenOffice.org 1.1x, Response Files could be used to customize an installation. Now with 2.0
using native installers, this option is no longer available for most operating systems.
Nonetheless, Windows® installer does offer an alternative for customizing as follows:
1. If you only want to make a silent installation, you can use the /qn parameter from msiexec.exe
(the Windows® Installer service).
2. If you want to change some other default values in the installation wizard, you can use the
freely available Orca Tool to edit the Windows® Installer database and to create a
transformation. Then you can start the installation with a command line like:
msiexec.exe /i openoffice.msi /qn TRANSFORMS=myTransform.mst
Of course the creation of the transformation requires some knowledge of the Windows® Installer database.
|
Позже опишу еще и свой вариант.