PDA

View Full Version : Scripts for SQL Express and .Net 2 Framework.



wtmullican
06-27-2006, 06:19 AM
I need to run an include script to check for .Net 2 Framework and SQL Express. These scripts need to check for the requirement and install if necessary. Anyone have anything like this?

I see the MSDE and it seems "kinda" straight foward, but I am not sure how to check for .NET and SQL Express. I think the MSDE and Express scripts will be close to the same, but I need help!

Thanks,

linder
06-27-2006, 06:25 AM
Terry,

I would suggest to use the Get System Information (.NET STatus) and (MSDE/SQL Server Version) script functions.

Does this help?

wtmullican
06-27-2006, 07:01 AM
Thanks! This is what I have been missing!