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
Crystal Report
3 posts
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
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
Sorry version 10.2, but that is good info on version 11+ when we upgrade.