Problem:
Release 4.0:
We would like to include the actual wrap- and fix pack all05n40 into our silent installation,
but we failed to add it to the wrapper.ini file in cinstall.
Resolution:
You can also start the installation of service packs / fix packs / wrap packs / add pack
silently by adding the parameter -q, so
\\..>all05n40.exe -q
will install the pack silently.
From a batch file, it might be better to use
start /wait all05n40.exe -q
to stop the batch until the pack installation is finished.
