Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to execute my c# setup project.The prerequisites that i've added is:

Windows Installer 3.1
.NET Framework 3.5
Crystal Reports Basic for Visual Studio 2008(x86,x64)

Installation location selected is: Download from same location as my application.

After building the solution, in debug folder there are 5 items.

CrystalReports10_5 folder
DotNetFX35 folder
WindowsInstaller3_1 folder
setup application
setup1 windows installer package

I've copied the debug folder to my flash drive.The computer that needs to install doesnot have either VS2008 or sql server 2005.

So after these , how to install my exe in another computer.Should I need to install these three folders before installing my exe??

I tried to install setup in another computer, but not working.
So how to install?? Please Help me..
Posted
Comments
Philippe Mori 27-Dec-11 10:50am    
You should never create a setup from a debug version.
lilian87 27-Dec-11 10:53am    
SO should i need to do in release mode??

1 solution

If you need sql server, that has to be in your prerequisites.
 
Share this answer
 
Comments
lilian87 27-Dec-11 11:25am    
I installed vs2008 in another computer.Now my project is opening. But there is a problem. I cannot view my crystal reports.While I try to open it,show crystal reports error.
Any1 solve my issue please..
gazmendmehmeti 28-Dec-11 14:31pm    
Have you tried to install CRRedist2008_x86 which is located in the folder: CrystalReports10_5 \ CRRedist2008_x86!?

THANKS!
G.M.
lilian87 29-Dec-11 0:37am    
Ya, I installed it. when i open control panel-->add/remove progrms 'crystal report runtime' is showing there. But still the error gives-- report load failed. What may be the reason? Does my project has any relation between win7 and xp?

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