Click here to Skip to main content
15,900,664 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
In my windows application, I need to install crystal report while the application is getting installed
Posted
Comments
[no name] 22-Aug-12 7:10am    
but not from internet....
lukeer 22-Aug-12 7:44am    
No need to post again, just use the "Improve question" link beneath your original question.
[no name] 22-Aug-12 7:51am    
no need to post your faltu comment, give answer..!!

If your installer tool does not let you package Crystal Reports, the easiest thing to do is to write a C++ program that installs .NET, then Crystal Reports, then your app, from installer files that are on your DVD.
 
Share this answer
 
Comments
[no name] 22-Aug-12 7:16am    
sorry, i cant understand your answer.


write a C++ program that installs .NET ?? but why?
Christian Graus 22-Aug-12 7:18am    
Unless you're sure that none of your users have an old enough OS to not have the version of .NET you're using ( if you're using 2.0 and only support XP SP3 and up, I think that is fine, .NET 4.0 will not be on Vista or XP, I don't think, etc ).
when you are creating setup add 'Prerequisites',
for
Windows Installer(version as per requirement...)
.Net Framework(version as per requirement...)
Crystal Report(version as per requirement...)

Happy Coding!
:)
 
Share this answer
 
Comments
[no name] 22-Aug-12 7:53am    
ya, aarti i know but i don't want to download from internet.
Aarti Meswania 22-Aug-12 8:06am    
no It will not download from internet, It will take the source packages from bootstrap folder and include it in your setup, so actually setup of crystal report, windows installer, .net framework will be bind with your project setup. and will be installed at client pc from CD not internet
[no name] 22-Aug-12 8:36am    
i add crystal report setup into setup file but it's give error memory space is not available.
Aarti Meswania 23-Aug-12 0:36am    
which framework you are using,2.0 or 3.0 or 3.5 or 4.0?
and also mention crystal report 2005/2008/2010?
you are facing 'memory space is not available' error but when at time of building setup or installation?
[no name] 22-Aug-12 8:44am    
u have any example just for understand purpose, bcz i add Prerequisites while creating setup, its work but problem is download crystal report from internet not from locally.

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