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
- :
- Crystal Reports VS2008
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 17, 2009
05:30 AM
Crystal Reports VS2008
Hello
we try to build an Setup-Project, that contains CR for VS2008 (10.5): But there is no merge-Modul for this, there are only some .msi-Files. Is it possible, to add this files to a setup? The VS2008 setup-project do this, but there are a lot of other problems.
Can you help me?
Albrecht
we try to build an Setup-Project, that contains CR for VS2008 (10.5): But there is no merge-Modul for this, there are only some .msi-Files. Is it possible, to add this files to a setup? The VS2008 setup-project do this, but there are a lot of other problems.
Can you help me?
Albrecht
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 25, 2009
12:49 PM
Hi,
the problem is that you cant run the .msi file during your installation because only one installation can happen at a time...
however, you could create a little .net app with progress bar an a worker thread that executes the msi file of crystal reports and run that exe as a custom action after 'setup complete'
the more elegant method would be to use install shield instead of express i guess
regards,
Michael
the problem is that you cant run the .msi file during your installation because only one installation can happen at a time...
however, you could create a little .net app with progress bar an a worker thread that executes the msi file of crystal reports and run that exe as a custom action after 'setup complete'
the more elegant method would be to use install shield instead of express i guess
regards,
Michael
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 13, 2009
04:49 PM
I was able to install the CR redistributable from VS08 using a custom .PRQ file. If you still need it, I can define it for you.
Cheers!
Dan
Cheers!
Dan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2009
05:07 AM
Cud u please explain how it is done?... It will be a great help of you...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2009
10:53 AM
I used the info from the following article and it worked for me (using InstallShield 12 and 2009):
Q108540: INFO: Launching a Child MSI Install from a Setup Script
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q108540
Q108540: INFO: Launching a Child MSI Install from a Setup Script
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q108540
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 02, 2009
10:57 AM
I launched the Crystal Reports 2008 MSI file using the info from the following article:
Q108540: INFO: Launching a Child MSI Install from a Setup Script
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q108540
I used Installshield 12 and Installshield 2009.
Q108540: INFO: Launching a Child MSI Install from a Setup Script
http://kb.acresso.com/selfservice/viewContent.do?externalID=Q108540
I used Installshield 12 and Installshield 2009.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 04, 2009
05:28 AM
actually i wud like to know how it is done in Basic MSI Project...
once again my requirement is to include Crystal Report 10.5 with my setup...
i am using InstallShield 2009 Professional Edition...
once again my requirement is to include Crystal Report 10.5 with my setup...
i am using InstallShield 2009 Professional Edition...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2012
02:31 PM
You can use merge modules in crystal reports
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_deployment_setup.htm
vayne.
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_deployment_setup.htm
vayne.