Link to home
Start Free TrialLog in
Avatar of anbu210
anbu210Flag for India

asked on

Steps required to create setup project in VS2010 and add below prerequisites software in it

I need steps required to create setup project in VS2010 for a windows application and add below prerequisites software in it.

Microsoft Visual Basic PowerPacks 10.0
SAP Crystal Reports Runtime Engine for .NET Framework 4.0
Microsoft .NET Framework 4 (x86 and x64)
Microsoft Office 2007 Primary Interop Assemblies
Microsoft .NET Framework 4 Client Profile (x86 and x64)
Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)

The above softwares need to be included in the pacakage and needs to be installed before installing my product. Also I have various crystal reports (rpt files) in my project how to include them and also include many xls file templates which are in my project.

Could someone guide me with this?
SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anbu210

ASKER

Hi I have tyring to using Visual Studion installer. However I am getting error while building the setup project .

ERROR: The install location for prerequisites has not been set to 'component vendor's web site' and the file 'Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_4.msi' in item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' can not be located on disk. See Help for more information.

ERROR: The install location for prerequisites has not been set to 'component vendor's web site' and the file 'Crystal Reports for .NET Framework 4.0\CRRuntime_64bit_13_0_4.msi' in item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' can not be located on disk. See Help for more information.


I have dowloaded separately from the SAP site both
CRRuntime_32bit_13_0_4.msi
CRRuntime_64bit_13_0_4.msi

Could you please let me know how to set the above two files as in VS2010?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anbu210

ASKER

My solution fixed the issue with crystal report pre-requties