- "Is .NET Framework installed?" in the NSIS doc
- "DotNET" in the NSIS SourceForge site
- "Is Macromedia Flash Player installed?" also in the doc)
I need to know if certain software is installed on the system before takin any action, particularly I need to know if "Microsoft Visual J#® 2.0 Redistributable Package" is installed.
I found these lines in the scripts mentioned above but I dont know how can I use them to verify if the software I want is installed:
System::Call "mscoree::GetCORVersion(w .r0, i ${NSIS_MAX_STRLEN}, *i r2r2) i .r1 ?u"
ReadRegStr $R0 HKCR "CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}" ""
Any help? Please...