Symptom
After finishing installing Crystal Reports in silent mode using the msi package, the chosen language package is not installed.
Environment
- Crystal Reports 2008
Reproducing the Issue
- Launch CMD command prompt.
- Start Crystal reports silent installation using the command line : start /w msiexec.exe /I CrystalReports.msi ADDLOCAL=ALL CLIENTLANGUAGE=DE REBOOT=ReallySuppress PIDKEY="xxxxx-xxxxxxx-xxxxxxx-xxxx" /laeivw c:\cri.log /qn+
- Installation is successfully finished.
- Launch Crystal Report Designer
- In the menu bar, click on View
- Browse to Product Locale.
- In the displayed list the chosen language in the command line is not available.
Cause
Language packages installation and the product installation are separated. Launching the silent installation using the CrystalReport.msi program will ignore the language packages installation.
Resolution
Use setup.exe program to perform the installation instead of CrystalReport.msi, for example:
setup.exe ADDLOCAL=ALL CLIENTLANGUAGE=DE REBOOT=ReallySuppress PIDKEY="xxxxx-xxxxxxx-xxxxxxx-xxxx" INSTALLDIR="Path" /qn+
Keywords
installation, msi, crystal reports , KBA , BI-RA-CR , Crystal Reports designer or Business View Manager , Problem