This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Installshield 2013 LE, VS 2012, and Crystal Reports
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2015
12:30 PM
Installshield 2013 LE, VS 2012, and Crystal Reports
Can anyone point me in the right direction to get these three products to work together and produce a runnable Windows Service installer?
I am able to build my project, but when the installer runs I get errors relating to crystal reports missing files. These warnings are also displayed in the error log during a build.
I've looked into these two urls so far, but I am not finding any clear guidance yet.
https://social.msdn.microsoft.com/Forums/en-US/0a42a9cf-a916-47e6-8c67-300eb6898cbb/vs2012-installshield-le-with-crystal-reports?forum=visualstudiogeneral
http://stackoverflow.com/questions/21554132/installing-crystal-reports-runtime-with-installshield-2013-le
I'm going to download the eval of the professional version and see if this unlocks anything for me to try.
I've successfully built other installers with Installshield 2013 LE and they work fine. However, they do not have Crystal Reports.
I am able to build my project, but when the installer runs I get errors relating to crystal reports missing files. These warnings are also displayed in the error log during a build.
I've looked into these two urls so far, but I am not finding any clear guidance yet.
https://social.msdn.microsoft.com/Forums/en-US/0a42a9cf-a916-47e6-8c67-300eb6898cbb/vs2012-installshield-le-with-crystal-reports?forum=visualstudiogeneral
http://stackoverflow.com/questions/21554132/installing-crystal-reports-runtime-with-installshield-2013-le
I'm going to download the eval of the professional version and see if this unlocks anything for me to try.
I've successfully built other installers with Installshield 2013 LE and they work fine. However, they do not have Crystal Reports.
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2015
08:08 AM
Hi,
What is the exact message you are getting?
Also, if a prerequisite is not shipped with a version, you can place the vendor prq in the C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites and InstallShield should be able to pick it up.
What is the exact message you are getting?
Also, if a prerequisite is not shipped with a version, you can place the vendor prq in the C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites and InstallShield should be able to pick it up.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2015
09:45 AM
kyi wrote:
What is the exact message you are getting?
When I run the installer on the server to install the windows service, I get this error message when I press the Install button.
Error 2709. The specified Component name ('crtowords_en.dll.B625DA58_2D88_11D3_B332_00A0C9DA500E') not found in component table.
Then the installer stops.
The SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) and (64-bit) are installed on the server I am trying to run this setup.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2015
10:00 AM
Can you try unselecting the merge modules in your project and see if the error still occur?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2015
10:29 AM
kyi wrote:
Can you try unselecting the merge modules in your project and see if the error still occur?
Within my installshield project, I don't have any selections checked under 2. Specify Application Data -> Redistributables
Within my installshield project, I can't see Dependencies as I am using the LE product.
When I build my setup project, I am seeing no errors by 1031 warnings, where most of them state something like this...
-7205: skipping file xml9nl.DCBDC2DB_5F18_4D6E_A4CC_F923513E2A4C due to unmerged or missing component nlHelpString.DCBDC2DB_5F18_4D6E_A4CC_F923513E2A4C in merge module
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 12, 2015
02:19 PM
Ok, after playing around a little bit here is what I have uncovered....
I upgraded to VS2012 from VS2010. Everything worked fine in VS2010. What I didn't do was upgrade my crystal reports installation to a version that supports visual studio 2012 and 2013. I had to go to SAP and download the newest version for VS2012 and VS2013.
I installed that package. I actually uninstalled Installshield 2013 LE and reinstalled it after the CR was done. Then when I opened my existing project up and built it, I didn't get the 1000+ warnings any longer and the installer worked as expected.
So the key was installing the new SAP Crystal Reports, version for Microsoft Visual Studio. I believe it was labeled 13.0.13.1597. You have to install the .exe for full integration.
I upgraded to VS2012 from VS2010. Everything worked fine in VS2010. What I didn't do was upgrade my crystal reports installation to a version that supports visual studio 2012 and 2013. I had to go to SAP and download the newest version for VS2012 and VS2013.
I installed that package. I actually uninstalled Installshield 2013 LE and reinstalled it after the CR was done. Then when I opened my existing project up and built it, I didn't get the 1000+ warnings any longer and the installer worked as expected.
So the key was installing the new SAP Crystal Reports, version for Microsoft Visual Studio. I believe it was labeled 13.0.13.1597. You have to install the .exe for full integration.