Skip to content
⌘ NSIS Forum Archive

Crystal Report

3 posts

rsteidl#

Crystal Report

Hi all
I just started using NSIS. I have a 3 prerequistes I need for my app to run. I managed to get 2 of them working in NSIS. However, I need a script that would check for Crystal Reports for .net framework 2.0, and if it is not there install it.

Thanks for you time
Rich
sgiusto#
what version of crystal reports?
if you are using version 11 or above, you shuld produce an msi with the given mso and using visual studio. Then you can call msi from your script.
If you are using previous versions, I can help you with some script of my own