Hello,
I am looking for a solution to create a vbscript that will do the following:
Check if a particular folder exists on the target pc. If that folder exists, exit and do nothing. If the folder does not exist, rename another folder in that same directory and then run an .msi installer.
To be more specific...
I want to see if C:\Program Files\Microsoft Business Solutions\Great Plains Old 3 exists...if so do nothing.
If not, I want to rename C:\Program Files\Microsoft Business Solutions\Great Plains to C:\Program Files\Microsoft Business Solutions\Great Plains Old 3 and then execute a packaged .msi file. Also, I would like to do this via a group policy object if possible.
Thanks for any help on this one.
Start Free Trial