rsteidl
8th February 2008 15:36 UTC
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
9th February 2008 10:31 UTC
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
rsteidl
11th February 2008 13:39 UTC
Sorry version 10.2, but that is good info on version 11+ when we upgrade.