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