Hello all
I am trying to write a vbs script.
The purpose of the script is to check if a GUID number is exist on the
registry.
if not, to install the an application and if Yes, to end.
Example:
If
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{388E4B09-3E71-4649-8921-F44A3A2954A7}
exsit then END
if not, install the application (in this case office VSTO).
Thank you very much for your help
Amir