Vbscript Office 2007 Upgrade
I am trying to come up with a vbscript that does the following:
-Checks for “Microsoft Office Access 2003″ on the computer and runs a setup.exe from a network share accordingly and quits.
-If that’s not installed, then it checks for “Microsoft Office Professional 2003″ and runs the setup.exe from the network share if it’s detects and quits.
If it doesn’t detect either, then script:
-Checks for “Microsoft Office 2003 Standard” and runs a network share setup.exe if it’s detected and quits.
If 2003 standard not detected, then:
-Checks for “Microsoft Office 2003 Professional” and runs a network share setup.exe if it’s detected and quits.
If it doesn’t find any of all of the above titles, then script should go ahead and run a setup.exe from a network share and quits.
Is this possible?


