View Single Post
  #2 (permalink)  
Old 01-27-2009, 12:49 PM
Pete (BSC) Pete (BSC) is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Oct 2007
Posts: 89
Reputation: 33
Pete (BSC) is on a distinguished programming path ahead
Lightbulb Installing Crystal Reports during setup in VS2008

You can't execute another MSI while running a MSI. I don't know why Business Objects/SAP did not create a merge module (MSM). But... here is how I got it to work.

In you setup project, go Properties > Click on Prerequisites. There you can select the Crystal Reports for 2008. But... this is built into the bootstrap so you have to run the setup.exe.

If you select the 2nd option "Download from same folder as application" when you build the setup in your bin folder it creates the folders you can include on a CD or upload to a web server. The 1st option download from vendor website seems very slow (but works).

If you must run the MSI from within, I seen some article somewhere about creating a VB script that calls the MSI; but, I never got it to work
Attached Images
File Type: png VS2008CR_1.png (30.8 KB, 7 views)
File Type: png VS2008CR_2.png (6.3 KB, 7 views)
Reply With Quote