Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have created a Windows application which contains a crystal report. I have added CRRedist2008_x64.msi in my aplication setup. When I install the application, I get the following errors:
Crystal Reports Basic Runtime for Visual Studio 2008(x64)
Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\license.txt. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\Crystal_Runtime2008.txt. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\default.css. Veryfy that file exists and that you can acces it.

Error 1309. Error reading from file ..\ProgramFiles\BusinessObjects\Common\2.8\bin\images\toolbar\calender.gif. Veryfy that file exists and that you can acces it

I am using msiexec.exe /a command

Any help is greatly appreciated.
Posted
Updated 21-Apr-11 0:16am
v3
Comments
Slacker007 21-Apr-11 6:16am    
Edited: Grammar, spelling, and readability.
Dave Kreskowiak 21-Apr-11 8:01am    
Why are you doing an administrative install? This installs to, normally, a network share so that clients can install the application from that share instead of the source media.

Clients do NOT use the /a option to install the app on their local machines.
ambarishtv 21-Apr-11 8:55am    
Hi Dave,
when i'm using msiexec.exe /i "Path"
I get an error like this "Error 1316.A network error occurred while attempting to read from the file"

1 solution

Go through this page

Crystal Reports Runtime Packages[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900