Hi,
I need a VBScript to do the below.
Check whether this Reg Key Value and Data exist:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook\bitness
if value is 'x64' then it will install A.exe from a specific link. if the value is 'x32' then it will install B.exe from a specific link.
IfHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook\bitness doesn't exist then it will terminate.
Thanks and pls help.
I need a VBScript to do the below.
Check whether this Reg Key Value and Data exist:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook\bitness
if value is 'x64' then it will install A.exe from a specific link. if the value is 'x32' then it will install B.exe from a specific link.
IfHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Outlook\bitness doesn't exist then it will terminate.
Thanks and pls help.