Skip to Content
0
Former Member
Feb 05, 2010 at 02:23 PM

Silent installation of the Crystal Reports 2008 SP2 runtime

415 Views

Hi,

I want to silently deploy the Crystal Reports 2008 SP2 runtime (fix 4)

With the msi it works well with the command :

=> msiexec /i "C:\MyPath\CRRuntime_12_2_mlb.msi" /qb

But, i want to save space on my CD and i prefer to use the exe file (33 Mo instead of the 56 for the msi), and if i try to install it silently, it won't work, process is launched, but after i have the msiexec information panel that is showed and installation fails

=> CR_Runtime_12_2_mlb.exe /s

Is there some more options to pass to the installer ?

Thanks in advance